Merge remote-tracking branch 'origin/new-super' into afiqhamzah-feat-mykad-reader-registration
This commit is contained in:
Vendored
+2
-4
@@ -465,8 +465,7 @@ async function openuptambahdanserah(e)
|
||||
|
||||
var channel = pusher.subscribe('pendahuluanserahan-notice');
|
||||
channel.bind('penserahan-event', function(data) {
|
||||
console.log(data);
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw)
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw && data.kodlaluan == teller)
|
||||
{
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
@@ -630,9 +629,8 @@ function tambahdanserahanfunc(e)
|
||||
var channel = pusher.subscribe('pendahuluanserahan-notice');
|
||||
channel.bind('penserahan-event', function(data) {
|
||||
// let message = JSON.stringify(data);
|
||||
console.log(data);
|
||||
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw)
|
||||
if(data.pengesahan === 'Lulus' && data.cawangan == kodcaw && data.kodlaluan == teller)
|
||||
{
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
|
||||
Reference in New Issue
Block a user