mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
Qual: More robust error code management when a box is renamed.
This commit is contained in:
@@ -77,7 +77,7 @@ class modService extends DolibarrModules
|
||||
|
||||
// Boxes
|
||||
$this->boxes = array();
|
||||
$this->boxes[0][1] = "box_services_vendus.php";
|
||||
$this->boxes[0][1] = "box_services_contracts.php";
|
||||
|
||||
// Permissions
|
||||
$this->rights = array();
|
||||
|
||||
Reference in New Issue
Block a user