mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
create invoice and order categorie table when we enable it (#34450)
* create invoice and order categorie table if not enabled * Update modFacture.class.php * Update modCommande.class.php * Update modCategorie.class.php * Update modCommande.class.php * Update modFacture.class.php * Update modCategorie.class.php * Update modCommande.class.php * Update modFacture.class.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -456,6 +456,8 @@ class modCommande extends DolibarrModules
|
||||
{
|
||||
global $conf, $langs;
|
||||
|
||||
$this->_load_tables('/install/mysql/', 'commande');
|
||||
|
||||
// Permissions
|
||||
$this->remove($options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user