Fix for new property array fields
This commit is contained in:
parent
b8f5e93ab0
commit
a115d4877b
@ -90,6 +90,8 @@ class DolibarrApi
|
|||||||
// Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses
|
// Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses
|
||||||
unset($object->linkedObjects);
|
unset($object->linkedObjects);
|
||||||
|
|
||||||
|
unset($object->fields);
|
||||||
|
|
||||||
unset($object->oldline);
|
unset($object->oldline);
|
||||||
|
|
||||||
unset($object->error);
|
unset($object->error);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user