mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix regression
This commit is contained in:
@@ -74,7 +74,7 @@ class Categorie extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* @var array<string,int> Table of mapping between type string and ID used for field 'type' in table llx_categories
|
* @var array<string,int> Table of mapping between type string and ID used for field 'type' in table llx_categories
|
||||||
*/
|
*/
|
||||||
protected $MAP_ID = array(
|
public $MAP_ID = array(
|
||||||
'product' => 0,
|
'product' => 0,
|
||||||
'supplier' => 1,
|
'supplier' => 1,
|
||||||
'customer' => 2,
|
'customer' => 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user