mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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' %}",
|
||||
params: {
|
||||
"supplier_detail": true,
|
||||
"oustanding": true,
|
||||
"outstanding": true,
|
||||
}
|
||||
});
|
||||
|
||||
@ -111,7 +111,7 @@ loadSalesOrderTable("#so-outstanding-table", {
|
||||
url: "{% url 'api-so-list' %}",
|
||||
params: {
|
||||
"customer_detail": true,
|
||||
"oustanding": true,
|
||||
"outstanding": true,
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user