mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
fix conflict
This commit is contained in:
@@ -65,7 +65,7 @@ class modProductBatch extends DolibarrModules
|
||||
$this->dirs = array();
|
||||
|
||||
// Config pages. Put here list of php page, stored into productdluo/admin directory, to use to setup module.
|
||||
$this->config_page_url = array("product_lot.php@product");
|
||||
$this->config_page_url = array("product_lot.php@product, product_lot_extrafields.php@product");
|
||||
|
||||
// Dependencies
|
||||
$this->hidden = false; // A condition to hide module
|
||||
|
||||
Reference in New Issue
Block a user