2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Fix completeSalesOrderShipment typo in sales_order.js (#4908)

This commit is contained in:
Miklós Márton 2023-05-27 01:48:14 +02:00 committed by Oliver Walters
parent 59214cacbf
commit 970714a76f

View File

@ -379,7 +379,7 @@ function completePendingShipments(order_id, options={}) {
*/ */
function completePendingShipmentsHelper(shipments, shipment_idx, options={}) { function completePendingShipmentsHelper(shipments, shipment_idx, options={}) {
if (shipment_idx < shipments.length) { if (shipment_idx < shipments.length) {
completeSalseOrderShipment(shipments[shipment_idx].pk, completeSalesOrderShipment(shipments[shipment_idx].pk,
{ {
buttons: [ buttons: [
{ {