From bb3c832166c51946667b06913be8eb4ec09f32fa Mon Sep 17 00:00:00 2001 From: BTMS2 Date: Tue, 22 Oct 2024 11:52:10 +0800 Subject: [PATCH] update arcc pembayaran terakhir --- resources/views/customers/v2/info.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/customers/v2/info.blade.php b/resources/views/customers/v2/info.blade.php index 1fa89f6..970f9c6 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -1617,7 +1617,7 @@ }); } - async function ubahPembiayaanSemulaErrorHandling() + function ubahPembiayaanSemulaErrorHandling() { let selected = document.querySelector('#navtawarruqdannottawarruq input[type="radio"][name="belum"]:checked') @@ -1638,7 +1638,7 @@ return true; } - let isPS = await checkPS(selected.value) + let isPS = checkPS(selected.value) if(isPS === true){ Swal.fire({ @@ -1653,9 +1653,9 @@ return false; } - async function ubahfunc(e){ + function ubahfunc(e){ - let isError = await ubahPembiayaanSemulaErrorHandling() + let isError = ubahPembiayaanSemulaErrorHandling() if(isError){ return; }