added refresh after successfully update warehouse

This commit is contained in:
jack
2018-04-17 10:51:48 +08:00
parent af9150c633
commit 85ff312d97
2 changed files with 3 additions and 3 deletions
@@ -196,7 +196,7 @@ var FormWizard = function () {
$("#wait").hide();
$("#suksesupdate").show();
//$("#gagalupdate").hide();
//location.reload();
location.reload();
}else{
$("#finish").show();
$("#wait").hide();
@@ -227,7 +227,7 @@ var FormWizard = function () {
$("#wait").hide();
$("#suksesupdate").show();
//$("#gagalupdate").hide();
//location.reload();
location.reload();
}else{
$("#finish").show();
$("#wait").hide();
+1 -1
View File
@@ -186,7 +186,7 @@ function the_shipment_arrangement(){
}
}
// PLEASE !! HOW DO YOU CHECK ITEM CREATE OUTSIDE THE LOOP !!
if ($shipment_arrangement_itemsCreate) {
return new Response("SUCCESS", 200);
} else {