mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Fix spelling mistakes
This commit is contained in:
parent
b8509f7533
commit
87d0d872e0
@ -103,7 +103,7 @@ loadPurchaseOrderTable("#po-outstanding-table", {
|
|||||||
url: "{% url 'api-po-list' %}",
|
url: "{% url 'api-po-list' %}",
|
||||||
params: {
|
params: {
|
||||||
"supplier_detail": true,
|
"supplier_detail": true,
|
||||||
"oustanding": true,
|
"outstanding": true,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ loadSalesOrderTable("#so-outstanding-table", {
|
|||||||
url: "{% url 'api-so-list' %}",
|
url: "{% url 'api-so-list' %}",
|
||||||
params: {
|
params: {
|
||||||
"customer_detail": true,
|
"customer_detail": true,
|
||||||
"oustanding": true,
|
"outstanding": true,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user