mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Primitive solution to SO reload on shipment
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user