Skip to content

Commit 15b651f

Browse files
author
Marius Cramer
committed
- added needed dashboard cols for billing
1 parent 3b0546f commit 15b651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
/* Which dashlets in which column */
159159
/******************************************************************************/
160160
$default_leftcol_dashlets = array('modules', 'invoices', 'quota', 'mailquota');
161-
$default_rightcol_dashlets = array('limits');
161+
$default_rightcol_dashlets = array('customer', 'products', 'shop', 'limits');
162162

163163
$app->uses('getconf');
164164
$dashlets_config = $app->getconf->get_global_config('misc');

0 commit comments

Comments
 (0)