From cc90c8abbe55dad99db55bb6a662fa7a0cd5c4e7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 11 Jul 2021 21:15:06 +1000 Subject: [PATCH] Move buttons to separate table column --- InvenTree/templates/js/stock.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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} `; });