mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Edit new stock settings on settings page
This commit is contained in:
@ -10,7 +10,13 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block settings %}
|
||||
<div class='alert alert-block alert-info'>
|
||||
<i>No Stock settings available</i>
|
||||
</div>
|
||||
<h4>{% trans "Stock Options" %}</h4>
|
||||
|
||||
<table class='table table-striped table-condensed'>
|
||||
{% include "InvenTree/settings/header.html" %}
|
||||
<tbody>
|
||||
{% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_SALE" %}
|
||||
{% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_BUILD" %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user