Skip to content

Commit 052190c

Browse files
committed
Do not trim user_barcode for partLots
1 parent 8826ba6 commit 052190c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Form/Part/PartLotType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
107107
'label' => 'part_lot.edit.user_barcode',
108108
'help' => 'part_lot.edit.vendor_barcode.help',
109109
'required' => false,
110+
//Do not remove whitespace chars on the beginning and end of the string
111+
'trim' => false,
110112
]);
111113
}
112114

0 commit comments

Comments
 (0)