update arcc pembayaran terakhir
This commit is contained in:
@@ -1617,7 +1617,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
function ubahPembiayaanSemulaErrorHandling()
|
||||
async function ubahPembiayaanSemulaErrorHandling()
|
||||
{
|
||||
let selected = document.querySelector('#navtawarruqdannottawarruq input[type="radio"][name="belum"]:checked')
|
||||
|
||||
@@ -1638,7 +1638,7 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
let isPS = checkPS(selected.value)
|
||||
let isPS = await checkPS(selected.value)
|
||||
|
||||
if(isPS === true){
|
||||
Swal.fire({
|
||||
@@ -1653,9 +1653,9 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
function ubahfunc(e){
|
||||
async function ubahfunc(e){
|
||||
|
||||
let isError = ubahPembiayaanSemulaErrorHandling()
|
||||
let isError = await ubahPembiayaanSemulaErrorHandling()
|
||||
if(isError){
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user