Commit 7c1dcc6
authored
Allow empty qty-item field when creating a shipment (OpenMage#4828)
While creating a shipment, one has to put a `0` into every order line that is out of scope for this shipment, empty values are blocked by JS, while the PHP code can take empty values without issue.
This PR allows simply clearing the `qty-item` field.1 parent c00dd17 commit 7c1dcc6
File tree
1 file changed
+1
-2
lines changed- app/design/adminhtml/default/default/template/sales/order/shipment/create
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
0 commit comments