fix lapfix

This commit is contained in:
hafifierahman
2021-11-14 10:52:34 +08:00
parent 773b674541
commit 4b2df2a880
12 changed files with 735 additions and 19 deletions
+4 -1
View File
@@ -190,7 +190,10 @@
var channel = pusher.subscribe('tebus-notify');
channel.bind('trigger-tebus', function(data) {
fetchTebusEverytime();
if(cawangan == data.cawangan)
{
fetchTebusEverytime();
}
});