diff --git a/InvenTree/order/templates/order/order_wizard/select_parts.html b/InvenTree/order/templates/order/order_wizard/select_parts.html index 90fb63a080..99a6fe1b54 100644 --- a/InvenTree/order/templates/order/order_wizard/select_parts.html +++ b/InvenTree/order/templates/order/order_wizard/select_parts.html @@ -4,6 +4,7 @@ {% load i18n %} {% block form %} +{% default_currency as currency %} {% settings_value 'PART_SHOW_PRICE_IN_FORMS' as show_price %}

@@ -50,7 +51,13 @@