2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Create default shipment in backend

This commit is contained in:
Maksim Stojkovic
2022-05-19 00:10:55 +10:00
parent 9ae8a6b219
commit 2cf67ea0c9
3 changed files with 24 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<table class='table table-striped table-condensed'>
<tbody>
{% include "InvenTree/settings/setting.html" with key="SALESORDER_REFERENCE_PREFIX" %}
{% include "InvenTree/settings/setting.html" with key="SALESORDER_DEFAULT_SHIPMENT" icon="fa-truck-loading" %}
</tbody>
</table>