update arcc pembayaran terakhir

This commit is contained in:
BTMS2
2024-10-22 11:52:10 +08:00
parent 31260a1820
commit bb3c832166
+4 -4
View File
@@ -1617,7 +1617,7 @@
}); });
} }
async function ubahPembiayaanSemulaErrorHandling() function ubahPembiayaanSemulaErrorHandling()
{ {
let selected = document.querySelector('#navtawarruqdannottawarruq input[type="radio"][name="belum"]:checked') let selected = document.querySelector('#navtawarruqdannottawarruq input[type="radio"][name="belum"]:checked')
@@ -1638,7 +1638,7 @@
return true; return true;
} }
let isPS = await checkPS(selected.value) let isPS = checkPS(selected.value)
if(isPS === true){ if(isPS === true){
Swal.fire({ Swal.fire({
@@ -1653,9 +1653,9 @@
return false; return false;
} }
async function ubahfunc(e){ function ubahfunc(e){
let isError = await ubahPembiayaanSemulaErrorHandling() let isError = ubahPembiayaanSemulaErrorHandling()
if(isError){ if(isError){
return; return;
} }