Commit 73380ed6 by novanbagus

update filter

parent 63891975
...@@ -74,7 +74,7 @@ class ProposalController extends Controller ...@@ -74,7 +74,7 @@ class ProposalController extends Controller
$totalRecordswithFilter = DaftarProposal::select('count(1) as allcount') $totalRecordswithFilter = DaftarProposal::select('count(1) as allcount')
->whereRaw($statementGlobal.$statement.$whereYear)->count(); ->whereRaw($statementGlobal.$statement)->count();
// Fetch records // Fetch records
$records = DaftarProposal::orderBy($columnName,$columnSortOrder) $records = DaftarProposal::orderBy($columnName,$columnSortOrder)
......
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