From b32a6b50d29bcda2cbc8bbeaaa28ef854100138c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Jun 2021 20:16:14 +0200 Subject: [PATCH] fixes #1671 --- InvenTree/stock/templates/stock/item_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index fa91177bf6..7aebd51452 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -325,7 +325,7 @@ {{ item.purchase_order }} {% endif %} - {% if item.purchase_price %} + {% if item.purchase_price != None %} {% trans "Purchase Price" %}