Commit 192763b3 by Jansa Jose

Merge branch 'jansa'

parents 2e0e48f9 659334c5
......@@ -3094,7 +3094,7 @@ class Webservice_model extends CI_Model {
$this->db->join('tbl_doctors','tbl_booking.doctor_id = tbl_doctors.id');
$this->db->where('tbl_registration.id',$data['patient_id']);
$result = $this->db->get()->row();
//$result->price = decrypt_data($result->price);
$result->patient_name = decrypt_data($result->patient_name);
$settings = $this->db->get('settings')->row();
......
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