diff --git a/app/Http/Controllers/GadaiController.php b/app/Http/Controllers/GadaiController.php index db5f349..1c839d7 100644 --- a/app/Http/Controllers/GadaiController.php +++ b/app/Http/Controllers/GadaiController.php @@ -990,8 +990,8 @@ class GadaiController extends Controller ->where('transaction.trans_type','=','A') ->whereDate('transaction.created_at', '>=', $request->mula) ->whereDate('transaction.created_at', '<=', $request->akhir) - ->orderBy('trans.tarikh_bayaran') ->orderBy('transaction.teller') + ->orderBy('trans.tarikh_bayaran') ->get(); $ansuran = [];