2
0
forked from Wavyzz/dolibarr

Try a more complete fix than #14821

This commit is contained in:
Laurent Destailleur
2020-09-27 17:21:49 +02:00
parent cb6e4d131f
commit c659379307
3 changed files with 18 additions and 3 deletions

View File

@@ -132,6 +132,19 @@ class ExtraFields
*/
public $attribute_list;
/**
* @var array Array to store if field is summable
* @deprecated
*/
public $attribute_totalizable;
/**
* @var array Array to store entity id of extrafield
* @deprecated
*/
public $attribute_entityid;
/**
* @var array New array to store extrafields definition
*/