mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
url += '?context=true'
|
||||
url += '?context=true';
|
||||
|
||||
// Return the ajax request object
|
||||
$.ajax({
|
||||
|
@ -28,7 +28,7 @@
|
||||
createSalesOrderShipment,
|
||||
editPurchaseOrderLineItem,
|
||||
exportOrder,
|
||||
issurPurchaseOrder,
|
||||
issuePurchaseOrder,
|
||||
loadPurchaseOrderLineItemTable,
|
||||
loadPurchaseOrderExtraLineTable
|
||||
loadPurchaseOrderTable,
|
||||
@ -242,8 +242,7 @@ function issuePurchaseOrder(order_id, options={}) {
|
||||
handleFormSuccess(response, options);
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user