updated server 28-9-2022

This commit is contained in:
e.arrahn
2022-09-27 21:25:28 +08:00
parent ea3b6c7c9c
commit e80e122a26
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -857,7 +857,7 @@
return false;
}
else{
if(pinjaman > Number(pembiyaan_max_pelulus)+10 || pinjaman >=10000){
if(pinjaman >=10000){
const swalWithBootstrapButtons = Swal.mixin({
customClass: {
confirmButton: 'btn btn-success',