From 33ac34cc4094fbef30e325157ce59dd46d45e294 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 11 Apr 2020 11:02:14 +1000 Subject: [PATCH] Add blank option to filter selection --- InvenTree/InvenTree/static/script/inventree/stock.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/InvenTree/static/script/inventree/stock.js b/InvenTree/InvenTree/static/script/inventree/stock.js index bdf8e52ead..dd1ad0f868 100644 --- a/InvenTree/InvenTree/static/script/inventree/stock.js +++ b/InvenTree/InvenTree/static/script/inventree/stock.js @@ -23,6 +23,8 @@ function createStockFilter() { var available = getRemainingTableFilters("stock"); + html += ``; + for (var key in available) { var title = getFilterTitle("stock", key);