2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-07 07:48:50 +00:00

Primitive solution to SO reload on shipment

This commit is contained in:
Maksim Stojkovic 2022-05-19 20:31:55 +10:00
parent 8ceff063f8
commit d9beaab92c

@ -138,7 +138,8 @@ function completeShipment(shipment_id) {
$('#so-lines-table').bootstrapTable('refresh');
$('#pending-shipments-table').bootstrapTable('refresh');
$('#completed-shipments-table').bootstrapTable('refresh');
}
},
reload: true
});
}
});