fix message tambah pinjaman

This commit is contained in:
Hafifie PKB
2024-05-27 16:36:10 +08:00
parent 06f194bfc3
commit 7bf70e073a
+1 -1
View File
@@ -1725,7 +1725,7 @@
$('#basic-addon2').text(percpinjtmbh.toFixed(2));
Swal.fire('Amaran!',`Tambah Pembiayaan tidak boleh melebihi ${formatter.format(pertambahpinjaman)}% !`,'error');
Swal.fire('Amaran!',`Tambah Pembiayaan tidak boleh melebihi ${formatter.format(pertambahpinjaman * 100)}% !`,'error');
return false;