From 0c6d66e7ced5f1c7843eba4221b08db79e56a021 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 1 Oct 2015 00:31:02 +0300 Subject: Inventory bug fixes and performance enhancements --- servo/templates/products/get_info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'servo/templates/products') diff --git a/servo/templates/products/get_info.html b/servo/templates/products/get_info.html index be024e2..262d1e8 100755 --- a/servo/templates/products/get_info.html +++ b/servo/templates/products/get_info.html @@ -38,7 +38,7 @@ {% endifchanged %}
{% trans "Stocked" %}
-
{{ i.amount_stocked }}
+
{{ i.amount_stocked|default:"-" }}
{% trans "Ordered" %}
{{ i.amount_ordered|default:"-" }}
{% trans "Reserved" %}
@@ -56,4 +56,4 @@ {% trans "Edit" %} {% endif %} -{% endblock footer %} \ No newline at end of file +{% endblock footer %} -- cgit v1.2.3