From a13fe1f5728a72b5991b955d7b5dcc5d0cff3e45 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 24 Nov 2021 12:36:10 +1100 Subject: [PATCH] Adds "stock" column to substitute parts dialog --- InvenTree/templates/js/translated/bom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/templates/js/translated/bom.js b/InvenTree/templates/js/translated/bom.js index 1885624dd8..3cde5bca61 100644 --- a/InvenTree/templates/js/translated/bom.js +++ b/InvenTree/templates/js/translated/bom.js @@ -192,6 +192,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) { ${part.description} + ${part.stock} ${buttons} `; @@ -212,6 +213,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) { {% trans "Part" %} {% trans "Description" %} + {% trans "Stock" %}