Fiw warnings: The private array ->status_short, ->statuts and

->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
This commit is contained in:
Laurent Destailleur
2023-11-24 10:10:24 +01:00
parent 6c0c1a9881
commit e6eb34a8db
33 changed files with 206 additions and 223 deletions

View File

@@ -444,9 +444,8 @@ class Interventions extends DolibarrApi
// phpcs:enable
$object = parent::_cleanObjectDatas($object);
unset($object->statuts_short);
unset($object->statuts_logo);
unset($object->statuts);
unset($object->labelStatus);
unset($object->labelStatusShort);
return $object;
}