2
0
forked from Wavyzz/dolibarr

delete category fail (interventional not full implemented) (#33989)

the category for interventional is not full installed, so the table is not created
we need the dolibarr 22 tto implement it
This commit is contained in:
Charlène Benke
2025-04-29 06:41:30 +02:00
committed by GitHub
parent 5507459381
commit bc874ebc5c

View File

@@ -729,7 +729,7 @@ class Categorie extends CommonObject
'categorie_contact' => 'fk_categorie',
'categorie_fournisseur' => 'fk_categorie',
'categorie_knowledgemanagement' => array('field' => 'fk_categorie', 'enabled' => isModEnabled('knowledgemanagement')),
'categorie_fichinter' => array('field' => 'fk_categorie', 'enabled' => isModEnabled('intervention')),
'categorie_fichinter' => array('field' => 'fk_categorie', 'enabled' => false ), // not yet fully implemented (wait 22) isModEnabled('intervention')),
'categorie_member' => 'fk_categorie',
'categorie_user' => 'fk_categorie',
'categorie_product' => 'fk_categorie',