Fix: add/remove unset unsused fields

This commit is contained in:
Regis Houssin 2017-06-16 11:01:58 +02:00
parent c656856ec2
commit c2901ae8cd

View File

@ -316,11 +316,12 @@ class AgendaEvents extends DolibarrApi
$object = parent::_cleanObjectDatas($object);
unset($object->usermod);
unset($object->libelle);
unset($object->import_key);
unset($object->array_options);
unset($object->context);
unset($object->canvas);
unset($object->fk_project);
unset($object->contact);
unset($object->contact_id);
unset($object->thirdparty);