fix changes for taglelong and only have 0 and 5 for two decima places

This commit is contained in:
Hafifie PKB
2023-12-26 09:48:20 +08:00
parent 8e5dcab13c
commit 39b989c317
5 changed files with 3888 additions and 10 deletions
+1 -1
View File
@@ -502,7 +502,7 @@
var max_teller = total_nilai_marhun * (pinjaman_teller/100);
var max_pelulus = total_nilai_marhun * (pinjaman_pelulus/100);
$('#pembiayaan_max_teller').val(formatter.format(max_teller));
$('#pembiyaan_max_pelulus').val(formatter.format(max_pelulus));
$('#pembiyaan_max_pelulus').val(formatter.format(max_pelulus.toFixed(2)));
}
});
}