2
0
forked from Wavyzz/dolibarr

Fix position of fields

This commit is contained in:
Laurent Destailleur
2017-09-28 17:29:37 +02:00
parent 537a551bb5
commit 30a9e40f4e
2 changed files with 35 additions and 12 deletions

View File

@@ -131,6 +131,9 @@ class DolibarrApi
unset($object->table_element_line);
unset($object->picto);
unset($object->skip_update_total);
unset($object->context);
// Remove the $oldcopy property because it is not supported by the JSON
// encoder. The following error is generated when trying to serialize
// it: "Error encoding/decoding JSON: Type is not supported"