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 GitHub
parent 21dafdee8e
commit 0b4a06ae7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,7 +396,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: [
{