fix message tambah pinjaman
This commit is contained in:
@@ -1725,7 +1725,7 @@
|
|||||||
|
|
||||||
$('#basic-addon2').text(percpinjtmbh.toFixed(2));
|
$('#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;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user