From ced7768030552162548a29ff4a2851c62dd69e58 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Jun 2021 14:20:30 +0200 Subject: [PATCH] calculate button added --- InvenTree/part/templates/part/order_prices.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/order_prices.html b/InvenTree/part/templates/part/order_prices.html index e165ee9c74..11c98265a4 100644 --- a/InvenTree/part/templates/part/order_prices.html +++ b/InvenTree/part/templates/part/order_prices.html @@ -15,7 +15,16 @@ {% block details %} {% default_currency as currency %} -{% crispy form %} +
+ {% csrf_token %} +
+
{{ form|crispy }}
+
+ +
+
+
+

{% trans "Pricing ranges" %}