mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 15:10:54 +00:00
Fix "New Sales Order" button (#4832)
This commit is contained in:
@ -390,7 +390,7 @@
|
|||||||
});
|
});
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if roles.salse_order.add %}
|
{% if roles.sales_order.add %}
|
||||||
$("#new-sales-order").click(function() {
|
$("#new-sales-order").click(function() {
|
||||||
|
|
||||||
createSalesOrder({
|
createSalesOrder({
|
||||||
|
Reference in New Issue
Block a user