2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Fix rendering issues

This commit is contained in:
Oliver
2021-07-29 11:43:50 +10:00
parent 27ec65a002
commit a222efda33
3 changed files with 44 additions and 9 deletions

View File

@ -147,6 +147,7 @@ function getAvailableTableFilters(tableKey) {
title: '{% trans "Depleted" %}',
description: '{% trans "Show stock items which are depleted" %}',
},
{% settings_value "STOCK_ENABLE_EXPIRY" as expiry %}
{% if expiry %}
expired: {