Commit d5766ce3 by novanbagus

update filter 1

parent 73380ed6
......@@ -78,7 +78,7 @@ class ProposalController extends Controller
// Fetch records
$records = DaftarProposal::orderBy($columnName,$columnSortOrder)
->whereRaw($statementGlobal.$statement.$whereYear)
->whereRaw($statementGlobal.$statement)
->selectRaw('*')
->skip($start)
->take($rowperpage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment