Wednesday 13 June 2012

How to limit the search of Latest Timesheets in Joomla Payroll system

Change in com_projectfork/latest_timesheets/

put a limit on SELECT * FROM vfvi7_pf_time_tracking 


OPEN com_projectfork/views/latest_timesheets/view.html.php


change line 107 to

  $query = "SELECT * FROM #__pf_time_tracking  order by id DESC limit 20";

No comments: