Skip to content
Snippets Groups Projects
Commit c2901ae8 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add/remove unset unsused fields

parent c656856e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment