Commit 95a5ad95 by Jansa Jose

payments

parent 5037abd0
...@@ -3795,7 +3795,7 @@ class Webservice_model extends CI_Model { ...@@ -3795,7 +3795,7 @@ class Webservice_model extends CI_Model {
$data['pt_name'] = decrypt_data($data['pt_name']); $data['pt_name'] = decrypt_data($data['pt_name']);
$data['pt_gender'] = decrypt_data($data['pt_gender']); $data['pt_gender'] = decrypt_data($data['pt_gender']);
$data['pt_number'] = decrypt_data($data['pt_number']); $data['pt_number'] = decrypt_data($data['pt_number']);
$data['pt_blood_group'] = decrypt_data($data['blood_group']); $data['pt_blood_group'] = decrypt_data($data['pt_blood_group']);
$data['pt_weight'] = decrypt_data($data['pt_weight']); $data['pt_weight'] = decrypt_data($data['pt_weight']);
$data['pt_height'] = decrypt_data($data['pt_height']); $data['pt_height'] = decrypt_data($data['pt_height']);
$data['pt_street_add'] = decrypt_data($data['pt_street_add']); $data['pt_street_add'] = decrypt_data($data['pt_street_add']);
......
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