fix sikit

This commit is contained in:
hafifierahman
2021-02-28 16:49:40 +08:00
parent 5649abb4de
commit eea610ce67
+1 -1
View File
@@ -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();