WTF isnt the shipment register saving stuff??

This commit is contained in:
Karl Cordes 2011-05-02 09:01:04 +10:00
parent 5f983be643
commit 3ea2603292

View file

@ -15,7 +15,7 @@ $(function() {
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
$( "#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>.
});
},