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" %}