2
0
forked from Wavyzz/dolibarr

Uniformize and clean boxes behaviour and translation.

This commit is contained in:
Laurent Destailleur
2014-10-27 21:48:28 +01:00
parent 132ddf65d6
commit 0abeea059e
12 changed files with 189 additions and 142 deletions

View File

@@ -98,8 +98,10 @@ class modCommande extends DolibarrModules
$this->const[$r][4] = 0;
// Boxes
$this->boxes = array();
$this->boxes = array(0=>array('file'=>'box_commandes.php','enabledbydefaulton'=>'Home'),2=>array('file'=>'box_graph_orders_permonth.php','enabledbydefaulton'=>'Home'));
$this->boxes = array(
0=>array('file'=>'box_commandes.php','enabledbydefaulton'=>'Home'),
2=>array('file'=>'box_graph_orders_permonth.php','enabledbydefaulton'=>'Home')
);
// Permissions
$this->rights = array();