2
0
forked from Wavyzz/dolibarr

NEW Add shipment widget

This commit is contained in:
Alexandre SPANGARO
2019-11-21 07:50:44 +01:00
parent f7319aeefb
commit 2f064567ef
3 changed files with 197 additions and 1 deletions

View File

@@ -133,7 +133,9 @@ class modExpedition extends DolibarrModules
$r++;
// Boxes
$this->boxes = array();
$this->boxes = array(
0=>array('file'=>'box_shipments.php','enabledbydefaulton'=>'Home'),
);
// Permissions
$this->rights = array();