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