Commit da2b9918 by Jansa Jose

Merge branch 'master' into 'local_production'

alocated service See merge request !108
parents 020b4f2c 039733ed
......@@ -176,6 +176,7 @@ class Webservice_model extends CI_Model {
if($start != 0 || $per_page != 0){
$this->db->limit($per_page,$start);
}
$this->db->group_by('id');
$bookData = $this->db->get_where('bookings',$where)->result_array();
$respArr['status'] = 'success';
$respArr['message'] = 'success';
......
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