Do not trim user_barcode for partLots

This commit is contained in:
Jan Böhmer 2025-01-04 18:40:18 +01:00
parent 8826ba6729
commit 052190c69b

View file

@ -107,6 +107,8 @@ class PartLotType extends AbstractType
'label' => 'part_lot.edit.user_barcode',
'help' => 'part_lot.edit.vendor_barcode.help',
'required' => false,
//Do not remove whitespace chars on the beginning and end of the string
'trim' => false,
]);
}