mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user