From f337291db849abf55736ba719bb997d58db05c06 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 1 May 2018 09:04:52 +1000 Subject: [PATCH] Stock tables now searchable --- InvenTree/stock/templates/stock/index.html | 8 ++++---- InvenTree/stock/templates/stock/stock_table.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/InvenTree/stock/templates/stock/index.html b/InvenTree/stock/templates/stock/index.html index 6c63af81d7..b3dc29227c 100644 --- a/InvenTree/stock/templates/stock/index.html +++ b/InvenTree/stock/templates/stock/index.html @@ -9,14 +9,14 @@ {% include "stock/location_list.html" with locations=locations %} {% endif %} - +
- + - + @@ -32,7 +32,7 @@ {% endif %} - + diff --git a/InvenTree/stock/templates/stock/stock_table.html b/InvenTree/stock/templates/stock/stock_table.html index 044815fea1..d061814a29 100644 --- a/InvenTree/stock/templates/stock/stock_table.html +++ b/InvenTree/stock/templates/stock/stock_table.html @@ -1,8 +1,8 @@ -
Part LocationStockStock StatusStocktakeStocktake
{{ item.quantity }}{{ item.status }}{{ item.get_status_display }} {{ item.stocktake_date }} Click
+
- + @@ -13,7 +13,7 @@ - +
PartStockStock Status Stocktake
{{ item.part.name }} {{ item.quantity }}{{ item.status }}{{ item.get_status_display }} {{ item.stocktake_date }} Click