Fix function getLaporanAnsuranUjrah orderbyteller
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user