From eea610ce679a9f69f8192e0daacd310a6707cc75 Mon Sep 17 00:00:00 2001 From: hafifierahman Date: Sun, 28 Feb 2021 16:49:40 +0800 Subject: [PATCH] fix sikit --- app/Http/Controllers/GadaiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/GadaiController.php b/app/Http/Controllers/GadaiController.php index 4846765..4e41869 100644 --- a/app/Http/Controllers/GadaiController.php +++ b/app/Http/Controllers/GadaiController.php @@ -623,7 +623,7 @@ class GadaiController extends Controller $tebus = Tebus::on($cawangan['mysql']) ->where('t_tebus','=',$request->tarikh) - ->where('jenistebus','=','T') + // ->where('jenistebus','!=','T') ->where('tagterima','=',1) ->orderBy('t_tebus') ->get();