mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Do not trim user_barcode for partLots
This commit is contained in:
parent
8826ba6729
commit
052190c69b
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue