Remove clean of protected vars
This commit is contained in:
parent
2e905b127a
commit
966aaddd39
@ -160,8 +160,8 @@ class DolibarrApi
|
|||||||
unset($object->statuts_short);
|
unset($object->statuts_short);
|
||||||
unset($object->statuts_logo);
|
unset($object->statuts_logo);
|
||||||
unset($object->statuts_long);
|
unset($object->statuts_long);
|
||||||
unset($object->labelStatus);
|
//unset($object->labelStatus);
|
||||||
unset($object->labelStatusShort);
|
//unset($object->labelStatusShort);
|
||||||
|
|
||||||
unset($object->stats_propale);
|
unset($object->stats_propale);
|
||||||
unset($object->stats_commande);
|
unset($object->stats_commande);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user