Fix bad var

This commit is contained in:
Laurent Destailleur
2020-10-27 18:40:44 +01:00
parent 2559489920
commit e10033143a
3 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ class DolibarrApi
unset($object->restrictiononfksoc);
unset($object->table_rowid);
// Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses
// Remove linkedObjects. We should already have linkedObjectsIds that avoid huge responses
unset($object->linkedObjects);
unset($object->fields);