mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 04:14:01 +00:00
added refresh after successfully update warehouse
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user