Clean duplicated vars
This commit is contained in:
parent
76e1438fe6
commit
dd2d9f533a
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user