From c0f1966a2c607a1720917709a2f3249836e5e601 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 26 May 2020 12:08:00 +1000 Subject: [PATCH] Decimal filter on StockItem adjustment form --- InvenTree/stock/templates/stock/stock_adjust.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/stock_adjust.html b/InvenTree/stock/templates/stock/stock_adjust.html index 566640544c..a72407f735 100644 --- a/InvenTree/stock/templates/stock/stock_adjust.html +++ b/InvenTree/stock/templates/stock/stock_adjust.html @@ -32,7 +32,7 @@ + value='{% decimal item.new_quantity %}' type='number' name='stock-id-{{ item.id }}' id='stock-id-{{ item.id }}'/> {% if item.error %}
{{ item.error }} {% endif %}