Commit 225d0160 by Jansa Jose

Merge branch 'jansa'

parents 7f93f708 67cc2ac5
......@@ -1131,7 +1131,7 @@ class Webservice_model extends CI_Model {
if($leave_query){
foreach ($leave_query as $key => $value) {
foreach ($querys as $keys => $values) {
if(($values->doctor_id == $value->doctor_id ) && ($values->clinic_id == $value->clinic_id)){
if(($values['doctor_id'] == $value->doctor_id ) && ($values['clinic_id'] == $value->clinic_id)){
unset($querys[$keys]);
}
}
......
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