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

Add new setting PURCHASEORDER_AUTO_COMPLETE (#6245)

* Add new setting PURCHASEORDER_AUTO_COMPLETE

- Controls whether purchase orders are automatically closed
- Default to True

* Tweak setting component
This commit is contained in:
Oliver
2024-01-16 00:51:03 +11:00
committed by GitHub
parent 3511450b3d
commit 576bef5d82
5 changed files with 18 additions and 5 deletions

View File

@ -12,6 +12,7 @@
<tbody>
{% include "InvenTree/settings/setting.html" with key="PURCHASEORDER_REFERENCE_PATTERN" %}
{% include "InvenTree/settings/setting.html" with key="PURCHASEORDER_EDIT_COMPLETED_ORDERS" icon='fa-edit' %}
{% include "InvenTree/settings/setting.html" with key="PURCHASEORDER_AUTO_COMPLETE" icon='fa-check-circle' %}
</tbody>
</table>
{% endblock content %}