Commit b8ff749d by Jansa Jose

Merge branch 'master' into 'local_production'

get service history See merge request !129
parents 646ae377 edb5edfb
......@@ -97,6 +97,7 @@ public function getBookedService($postData = array(),$start = '',$per_page = '',
if($start != 0 || $per_page != 0){
$this->db->limit($per_page,$start);
}
$this->db->order_by('bookings.booking_id','DESC');
$bookData = $this->db->get();
if(!empty($bookData) && $bookData->num_rows() > 0){
$bookData = $bookData->result_array();
......
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