diff --git a/InvenTree/templates/js/stock.js b/InvenTree/templates/js/stock.js index 80249b2870..108a5e595c 100644 --- a/InvenTree/templates/js/stock.js +++ b/InvenTree/templates/js/stock.js @@ -61,6 +61,7 @@ function adjustStock(items, options={}) { {% trans "Stock" %} {% trans "Location" %} ${actionTitle || ''} + @@ -145,12 +146,8 @@ function adjustStock(items, options={}) { ${item.part_detail.full_name} ${quantity}${status} ${location} - -
- ${actionInput} - ${buttons} -
- + ${actionInput} + ${buttons} `; });