Merged in feature/add_jenisAT (pull request #149)

fix message tambah pinjaman
This commit is contained in:
Muhd hafifie
2024-05-27 08:36:39 +00:00
+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;