add feature search name and middleware changes to fix the resit for khazanah

This commit is contained in:
Hafifie PKB
2024-04-02 01:43:20 +08:00
parent 86e16ec1d4
commit 3180b0b10b
21 changed files with 4769 additions and 93 deletions
@@ -581,6 +581,15 @@
var pinjaman = $(data).data("pinjaman");
var hargajualan = $(data).data("hargajualan");
Swal.fire({
title: 'Memuatkan...',
allowEscapeKey : false,
allowOutsideClick: false,
didOpen: function () {
Swal.showLoading()
}
});
if(hargajualan == pinjaman){
Swal.fire({
icon: 'error',