From 368193d397f27254a1720a7709a7f4fce14d0400 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 18 May 2019 23:01:59 +1000 Subject: [PATCH] Fix formatting --- InvenTree/part/templates/part/part_pricing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/part/templates/part/part_pricing.html b/InvenTree/part/templates/part/part_pricing.html index 2930d56ed0..6dd54fd495 100644 --- a/InvenTree/part/templates/part/part_pricing.html +++ b/InvenTree/part/templates/part/part_pricing.html @@ -26,10 +26,10 @@ Calculate pricing information for {{ part }}. BOM Cost {{ bom_price }} - {% if part.has_complete_bom_pricing == false %} + {% if part.has_complete_bom_pricing == False %} - BOM pricing is incomplete + Note: BOM pricing is incomplete for this part {% endif %}