Clean duplicated vars

This commit is contained in:
Laurent Destailleur 2017-06-01 18:18:57 +02:00
parent 76e1438fe6
commit dd2d9f533a

View File

@ -537,6 +537,9 @@ class Projects extends DolibarrApi
$object = parent::_cleanObjectDatas($object); $object = parent::_cleanObjectDatas($object);
unset($object->titre);
unset($object->datec);
unset($object->datem);
unset($object->barcode_type); unset($object->barcode_type);
unset($object->barcode_type_code); unset($object->barcode_type_code);
unset($object->barcode_type_label); unset($object->barcode_type_label);