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', },