mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Javascript linting
This commit is contained in:
parent
7365f7b5cb
commit
17c84141b1
@ -124,7 +124,7 @@ function getApiEndpointOptions(url, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Include extra context information in the request
|
// Include extra context information in the request
|
||||||
url += '?context=true'
|
url += '?context=true';
|
||||||
|
|
||||||
// Return the ajax request object
|
// Return the ajax request object
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
createSalesOrderShipment,
|
createSalesOrderShipment,
|
||||||
editPurchaseOrderLineItem,
|
editPurchaseOrderLineItem,
|
||||||
exportOrder,
|
exportOrder,
|
||||||
issurPurchaseOrder,
|
issuePurchaseOrder,
|
||||||
loadPurchaseOrderLineItemTable,
|
loadPurchaseOrderLineItemTable,
|
||||||
loadPurchaseOrderExtraLineTable
|
loadPurchaseOrderExtraLineTable
|
||||||
loadPurchaseOrderTable,
|
loadPurchaseOrderTable,
|
||||||
@ -242,8 +242,7 @@ function issuePurchaseOrder(order_id, options={}) {
|
|||||||
handleFormSuccess(response, options);
|
handleFormSuccess(response, options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user