Fix function getLaporanAnsuranUjrah orderbyteller
This commit is contained in:
@@ -990,8 +990,8 @@ class GadaiController extends Controller
|
|||||||
->where('transaction.trans_type','=','A')
|
->where('transaction.trans_type','=','A')
|
||||||
->whereDate('transaction.created_at', '>=', $request->mula)
|
->whereDate('transaction.created_at', '>=', $request->mula)
|
||||||
->whereDate('transaction.created_at', '<=', $request->akhir)
|
->whereDate('transaction.created_at', '<=', $request->akhir)
|
||||||
->orderBy('trans.tarikh_bayaran')
|
|
||||||
->orderBy('transaction.teller')
|
->orderBy('transaction.teller')
|
||||||
|
->orderBy('trans.tarikh_bayaran')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
$ansuran = [];
|
$ansuran = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user