mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixes loading of SO table on company page
This commit is contained in:
parent
cf9bd62f9b
commit
7cbefa5fb7
@ -238,7 +238,7 @@
|
||||
});
|
||||
|
||||
{% if company.is_customer %}
|
||||
onPanelLoad('panel-sales-orders', function() {
|
||||
onPanelLoad('sales-orders', function() {
|
||||
loadSalesOrderTable("#sales-order-table", {
|
||||
url: "{% url 'api-so-list' %}",
|
||||
params: {
|
||||
|
Loading…
Reference in New Issue
Block a user