From 6ae9fa716c46dbf3471503f48a5b24b3efe26831 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 7 Jun 2021 00:19:37 +0200 Subject: [PATCH] added internal price to part_pricing --- InvenTree/part/templates/part/part_pricing.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/InvenTree/part/templates/part/part_pricing.html b/InvenTree/part/templates/part/part_pricing.html index e035a77162..cd5db9619c 100644 --- a/InvenTree/part/templates/part/part_pricing.html +++ b/InvenTree/part/templates/part/part_pricing.html @@ -74,6 +74,20 @@ {% endif %} +{% if total_internal_part_price %} +

{% trans 'Internal Price' %}

+ + + + + + + + + +
{% trans 'Unit Cost' %}{% include "price.html" with price=unit_internal_part_price %}
{% trans 'Total Cost' %}{% include "price.html" with price=total_internal_part_price %}
+{% endif %} + {% if total_part_price %}

{% trans 'Sale Price' %}