Marius Cramer
2015-01-08 15b651f3d101df47a631a93626034e2c3b9954ef
- added needed dashboard cols for billing
1 files modified
2 ■■■ changed files
interface/web/dashboard/dashboard.php 2 ●●● patch | view | raw | blame | history
interface/web/dashboard/dashboard.php
@@ -158,7 +158,7 @@
/* Which dashlets in which column */
/******************************************************************************/
$default_leftcol_dashlets = array('modules', 'invoices', 'quota', 'mailquota');
$default_rightcol_dashlets = array('limits');
$default_rightcol_dashlets = array('customer', 'products', 'shop', 'limits');
$app->uses('getconf');
$dashlets_config = $app->getconf->get_global_config('misc');