From 59aae516528dcb1fa742616373ba2fc2abedc0e3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Jun 2021 20:17:01 +0200 Subject: [PATCH] show stock history starting by 1 element --- InvenTree/part/templates/part/order_prices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/order_prices.html b/InvenTree/part/templates/part/order_prices.html index a9da632a33..5e5552c5f9 100644 --- a/InvenTree/part/templates/part/order_prices.html +++ b/InvenTree/part/templates/part/order_prices.html @@ -137,7 +137,7 @@

{% trans 'Stock Pricing' %}

- {% if price_history|length > 1 %} + {% if price_history|length > 0 %}