mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change text for purchase order (#4599)
This commit is contained in:
parent
244ad5a08a
commit
25e2126b03
@ -76,8 +76,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
{% if order.is_pending %}
|
||||
<button type='button' class='btn btn-primary' id='place-order' title='{% trans "Submit Order" %}'>
|
||||
<span class='fas fa-paper-plane'></span> {% trans "Submit Order" %}
|
||||
<button type='button' class='btn btn-primary' id='place-order' title='{% trans "Issue Order" %}'>
|
||||
<span class='fas fa-paper-plane'></span> {% trans "Issue Order" %}
|
||||
</button>
|
||||
{% elif order.is_open %}
|
||||
<button type='button' class='btn btn-primary' id='receive-order' title='{% trans "Receive items" %}'>
|
||||
|
Loading…
Reference in New Issue
Block a user