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
commit 8385080e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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