Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2023-06-04 19:07:04 +02:00
4 changed files with 4 additions and 11 deletions

View File

@@ -660,11 +660,6 @@ class Contracts extends DolibarrApi
$object = parent::_cleanObjectDatas($object);
unset($object->address);
unset($object->date_start);
unset($object->date_start_real);
unset($object->date_end);
unset($object->date_end_real);
unset($object->civility_id);
return $object;