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();