2
0
forked from Wavyzz/dolibarr

Fix for new property array fields

This commit is contained in:
Laurent Destailleur
2017-05-02 22:37:23 +02:00
parent b8f5e93ab0
commit a115d4877b

View File

@@ -90,6 +90,8 @@ class DolibarrApi
// Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses
unset($object->linkedObjects);
unset($object->fields);
unset($object->oldline);
unset($object->error);