diff --git a/InvenTree/order/templates/order/order_wizard/select_parts.html b/InvenTree/order/templates/order/order_wizard/select_parts.html index c25def7054..d0e65e8f22 100644 --- a/InvenTree/order/templates/order/order_wizard/select_parts.html +++ b/InvenTree/order/templates/order/order_wizard/select_parts.html @@ -1,18 +1,21 @@ {% extends "modal_form.html" %} +{% load inventree_extras %} +{% load i18n %} + {% block form %}
Part | -Select Supplier | -Quantity | +{% trans "Part" %} | +{% trans "Select Supplier" %} | +{% trans "Quantity" %} |
-
+
|
---|