Fix "New Sales Order" button (#4832)
This commit is contained in:
parent
c29e58aeaa
commit
a1908f1bf1
|
|
@ -390,7 +390,7 @@
|
|||
});
|
||||
{% endif %}
|
||||
|
||||
{% if roles.salse_order.add %}
|
||||
{% if roles.sales_order.add %}
|
||||
$("#new-sales-order").click(function() {
|
||||
|
||||
createSalesOrder({
|
||||
|
|
|
|||
Loading…
Reference in New Issue