From 04f2e5d7549fb8dbdecfc25ee7384d69ba6e77fc Mon Sep 17 00:00:00 2001 From: BTMS2 Date: Tue, 22 Oct 2024 11:45:17 +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 970f9c6..1fa89f6 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -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; }