From 0e67ea8e95822c2a8775a34580018bb8e9861dea Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 19 Apr 2022 20:28:45 +1000 Subject: [PATCH] Change ordering of stock item form fields --- InvenTree/templates/js/translated/stock.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/stock.js b/InvenTree/templates/js/translated/stock.js index 6ba2267b90..10250d3da1 100644 --- a/InvenTree/templates/js/translated/stock.js +++ b/InvenTree/templates/js/translated/stock.js @@ -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', },