All ->lignes were renamed into ->lines

This commit is contained in:
Laurent Destailleur
2019-06-24 21:03:04 +02:00
parent 23c8b3305c
commit d49891d009

View File

@@ -106,8 +106,6 @@ class DolibarrApi
// Remove linkedObjects. We should already have linkedObjectIds that avoid huge responses
unset($object->linkedObjects);
unset($object->lignes); // we don't want lignes, we want only ->lines
unset($object->fields);
unset($object->oldline);