fix production margin and few fix in khazanah
This commit is contained in:
@@ -796,7 +796,7 @@
|
||||
return false;
|
||||
}
|
||||
else{
|
||||
if(pinjaman >= 10000){
|
||||
if(pinjaman >= 10000 && pinjaman <= Number(pembiyaan_max_pelulus)){
|
||||
const swalWithBootstrapButtons = Swal.mixin({
|
||||
customClass: {
|
||||
confirmButton: 'btn btn-success',
|
||||
@@ -1039,7 +1039,7 @@
|
||||
event.preventDefault();
|
||||
return false;
|
||||
}
|
||||
else if( pinjaman < 10000){
|
||||
else if( pinjaman < 10000 && pinjaman <= Number(pembiayaan_max_teller)){
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
title: 'Berjaya!',
|
||||
|
||||
Reference in New Issue
Block a user