FIX remove internal property isextrafieldmanaged from API returns

This commit is contained in:
Laurent Destailleur 2018-08-23 19:24:00 +02:00
parent e6acacee4b
commit 8757392e6b

View File

@ -98,6 +98,7 @@ class DolibarrApi
// Remove $db object property for object
unset($object->db);
unset($object->isextrafieldmanaged);
unset($object->ismultientitymanaged);
unset($object->restrictiononfksoc);