Merge pull request #3522 from aspangaro/3.8-18
Fix : Class 'Categorie' not found in core\class\html.form.class.php in supplier card
This commit is contained in:
commit
91bac76511
@ -4673,6 +4673,7 @@ class Form
|
|||||||
{
|
{
|
||||||
global $db;
|
global $db;
|
||||||
|
|
||||||
|
require_once DOL_DOCUMENT_ROOT .'/categories/class/categorie.class.php';
|
||||||
$cat = new Categorie($db);
|
$cat = new Categorie($db);
|
||||||
$categories = $cat->containing($id, $type);
|
$categories = $cat->containing($id, $type);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user