Try a Better FIX #21296
This commit is contained in:
parent
e5172b550d
commit
36760d7a58
@ -175,11 +175,10 @@ class Categorie extends CommonObject
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array Object table mapping from type string (table llx_...) when value of key does not match table name.
|
* @var array Object table mapping from type string (table llx_...) when value of key does not match table name.
|
||||||
*
|
* This array may be completed by external modules with hook "constructCategory"
|
||||||
* @note Move to const array when PHP 5.6 will be our minimum target
|
|
||||||
*/
|
*/
|
||||||
public static $MAP_OBJ_TABLE = array(
|
public $MAP_OBJ_TABLE = array(
|
||||||
'customer' => 'societe',
|
'customer' => 'societe',
|
||||||
'supplier' => 'societe',
|
'supplier' => 'societe',
|
||||||
'member' => 'adherent',
|
'member' => 'adherent',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user