2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Fixes loading of SO table on company page

This commit is contained in:
Kálmán Rózsahegyi 2022-04-16 17:09:28 +02:00
parent cf9bd62f9b
commit 7cbefa5fb7

View File

@ -238,7 +238,7 @@
}); });
{% if company.is_customer %} {% if company.is_customer %}
onPanelLoad('panel-sales-orders', function() { onPanelLoad('sales-orders', function() {
loadSalesOrderTable("#sales-order-table", { loadSalesOrderTable("#sales-order-table", {
url: "{% url 'api-so-list' %}", url: "{% url 'api-so-list' %}",
params: { params: {