2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Merge pull request #3036 from maksimstojkovic/auto-reload-so

Primitive solution to SO reload on shipment
This commit is contained in:
Oliver
2022-05-19 21:16:24 +10:00
committed by GitHub

View File

@ -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
});
}
});