From 15b651f3d101df47a631a93626034e2c3b9954ef Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 10:07:33 -0500
Subject: [PATCH] - added needed dashboard cols for billing

---
 interface/web/dashboard/dashboard.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php
index 485bb32..29ef868 100644
--- a/interface/web/dashboard/dashboard.php
+++ b/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');

--
Gitblit v1.9.1