Change ordering of stock item form fields

This commit is contained in:
Oliver Walters 2022-04-19 20:28:45 +10:00
parent 7531ef8e5f
commit 0e67ea8e95

View File

@ -241,9 +241,11 @@ function stockItemFields(options={}) {
serial: {
icon: 'fa-hashtag',
},
batch: {
icon: 'fa-layer-group',
},
status: {},
expiry_date: {},
batch: {},
purchase_price: {
icon: 'fa-dollar-sign',
},