Skip to content

Commit

Permalink
Fix completeSalesOrderShipment typo in sales_order.js (#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmiklos authored and SchrodingersGat committed May 27, 2023
1 parent 59214ca commit 970714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InvenTree/templates/js/translated/sales_order.js
Expand Up @@ -379,7 +379,7 @@ function completePendingShipments(order_id, options={}) {
*/
function completePendingShipmentsHelper(shipments, shipment_idx, options={}) {
if (shipment_idx < shipments.length) {
completeSalseOrderShipment(shipments[shipment_idx].pk,
completeSalesOrderShipment(shipments[shipment_idx].pk,
{
buttons: [
{
Expand Down

0 comments on commit 970714a

Please sign in to comment.