Fix: on doit pouvoir effectuer des livraisons sans passer par les commandes
Je vais modifier afin de pouvoir crer un bon de livraison partir d'une propale
This commit is contained in:
parent
8f527c581a
commit
710096cb45
@ -69,7 +69,7 @@ class modCommande extends DolibarrModules
|
|||||||
|
|
||||||
// Dépendances
|
// Dépendances
|
||||||
$this->depends = array("modCommercial");
|
$this->depends = array("modCommercial");
|
||||||
$this->requiredby = array("modExpedition");
|
$this->requiredby = array();
|
||||||
$this->conflictwith = array();
|
$this->conflictwith = array();
|
||||||
$this->langfiles = array("orders","bills","companies");
|
$this->langfiles = array("orders","bills","companies");
|
||||||
|
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class modExpedition extends DolibarrModules
|
|||||||
$this->config_page_url = array("confexped.php");
|
$this->config_page_url = array("confexped.php");
|
||||||
|
|
||||||
// Dépendances
|
// Dépendances
|
||||||
$this->depends = array("modCommande");
|
$this->depends = array();
|
||||||
$this->requiredby = array();
|
$this->requiredby = array();
|
||||||
|
|
||||||
// Constantes
|
// Constantes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user