2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Fix "New Sales Order" button (#4832)

This commit is contained in:
Oliver 2023-05-17 14:48:31 +10:00 committed by GitHub
parent c29e58aeaa
commit a1908f1bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({