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:
Charlène Benke
2025-06-22 12:13:16 +02:00
committed by GitHub
parent 64ab2cc512
commit bec0e9983f
3 changed files with 12 additions and 0 deletions

View File

@@ -456,6 +456,8 @@ class modCommande extends DolibarrModules
{
global $conf, $langs;
$this->_load_tables('/install/mysql/', 'commande');
// Permissions
$this->remove($options);