Skip to content
Snippets Groups Projects
Commit 15b651f3 authored by Marius Cramer's avatar Marius Cramer
Browse files

- added needed dashboard cols for billing

parent 3b0546fc
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ while ($file = @readdir($handle)) { ...@@ -158,7 +158,7 @@ while ($file = @readdir($handle)) {
/* Which dashlets in which column */ /* Which dashlets in which column */
/******************************************************************************/ /******************************************************************************/
$default_leftcol_dashlets = array('modules', 'invoices', 'quota', 'mailquota'); $default_leftcol_dashlets = array('modules', 'invoices', 'quota', 'mailquota');
$default_rightcol_dashlets = array('limits'); $default_rightcol_dashlets = array('customer', 'products', 'shop', 'limits');
$app->uses('getconf'); $app->uses('getconf');
$dashlets_config = $app->getconf->get_global_config('misc'); $dashlets_config = $app->getconf->get_global_config('misc');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment