WTF isnt the shipment register saving stuff??
This commit is contained in:
parent
5f983be643
commit
3ea2603292
|
|
@ -15,7 +15,7 @@ $(function() {
|
||||||
|
|
||||||
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
|
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
|
||||||
$( "#dialog-form" ).dialog('close');
|
$( "#dialog-form" ).dialog('close');
|
||||||
window.location.reload(); //Change this to fetch a new copy of the table and update a <div>.
|
//window.location.reload(); //Change this to fetch a new copy of the table and update a <div>.
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue