2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Add option to enable / disable stock expiry feature

- Simply hides fields in form views
This commit is contained in:
Oliver Walters
2021-01-05 08:50:07 +11:00
parent 1335c85de1
commit d0fb69e67d
5 changed files with 40 additions and 2 deletions

View File

@ -15,6 +15,7 @@
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% include "InvenTree/settings/setting.html" with key="STOCK_ENABLE_EXPIRY" %}
{% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_SALE" %}
{% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_BUILD" %}
</tbody>