@@ -69,7 +69,7 @@ class modProductBatch extends DolibarrModules
$this->config_page_url=array();
// Dependencies
$this->depends=array("modProduct","modStock","modExpedition","modSupplier");// List of modules id that must be enabled if this module is enabled. modExpedition is required to manage batch exit (by manual stock decrease on shipment), modSupplier to manage batch entry (after supplier order).
$this->depends=array("modProduct","modStock","modExpedition","modFournisseur");// List of modules id that must be enabled if this module is enabled. modExpedition is required to manage batch exit (by manual stock decrease on shipment), modSupplier to manage batch entry (after supplier order).
$this->requiredby=array();// List of modules id to disable if this one is disabled
$this->phpmin=array(5,0);// Minimum version of PHP required by module
$this->need_dolibarr_version=array(3,0);// Minimum version of Dolibarr required by module