diff --git a/InvenTree/static/script/inventree/stock.js b/InvenTree/static/script/inventree/stock.js index 44f563aa51..9a060636b7 100644 --- a/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/static/script/inventree/stock.js @@ -267,21 +267,38 @@ function moveStockItems(items, options) { html += "
Note field must be filled
"; - html += "Part | +Location | +Available | +Moving | +
---|---|---|---|
" + item.part.name + " | "; + html += "" + item.location.pathstring + " | "; + html += "" + item.quantity + " | "; + + html += ""; + html += " | "; + + html += "