mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 09:32:47 +01:00
Fix: Box for order was lost.
This commit is contained in:
@@ -43,7 +43,7 @@ class modCommande extends DolibarrModules
|
||||
|
||||
/**
|
||||
* \brief Constructeur. Definit les noms, constantes et boites
|
||||
* \param DB handler d'acc<63>s base
|
||||
* \param DB Database handler
|
||||
*/
|
||||
function modCommande($DB)
|
||||
{
|
||||
@@ -67,7 +67,7 @@ class modCommande extends DolibarrModules
|
||||
// Config pages
|
||||
$this->config_page_url = array("commande.php");
|
||||
|
||||
// D<EFBFBD>pendances
|
||||
// Dependancies
|
||||
$this->depends = array("modCommercial");
|
||||
$this->requiredby = array("modExpedition");
|
||||
$this->conflictwith = array();
|
||||
|
||||
Reference in New Issue
Block a user