Javascript linting

This commit is contained in:
Oliver Walters 2022-05-04 17:38:01 +10:00
parent 7365f7b5cb
commit 17c84141b1
2 changed files with 3 additions and 4 deletions

View File

@ -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({

View File

@ -28,7 +28,7 @@
createSalesOrderShipment,
editPurchaseOrderLineItem,
exportOrder,
issurPurchaseOrder,
issuePurchaseOrder,
loadPurchaseOrderLineItemTable,
loadPurchaseOrderExtraLineTable
loadPurchaseOrderTable,
@ -242,8 +242,7 @@ function issuePurchaseOrder(order_id, options={}) {
handleFormSuccess(response, options);
}
}
)
);
}