$this->db->select("tbl_booking.id,tbl_booking.patient_id,tbl_registration.name as patient_name,tbl_doctors.consultation_duration as duration,(tbl_booking.total_sum - ((tbl_booking.total_sum * tbl_booking.ipok_fee) / 100)) as earnings,CASE
WHEN tbl_doctors.domiciliary_status as type,tbl_booking.date");
$this->db->select("tbl_booking.id,tbl_booking.patient_id,tbl_registration.name as patient_name,tbl_doctors.consultation_duration as duration,(tbl_booking.total_sum - ((tbl_booking.total_sum * tbl_booking.ipok_fee) / 100)) as earnings,tbl_doctors.domiciliary_status as type,tbl_booking.date");
@@ -1163,6 +1163,7 @@ class Home extends CI_Controller {
if($_POST['type']=='DOCTOR')
{
$doc_name=$check_authentic['name'];
$link=$link.'2';
...
...
@@ -1173,6 +1174,7 @@ class Home extends CI_Controller {
else
{
$doc_name=decrypt_data($check_authentic['name']);
$link=$link.'1';
...
...
@@ -1180,7 +1182,8 @@ class Home extends CI_Controller {
}
$msg="Hi ".$check_authentic['name'].",<br><br>Your request for resetting password has been accepted. Use the following link to reset password. ".$link.". Please Do not share with anyone<br><br>Ipok Team";
$msg="Hi ".$doc_name.",<br><br>Your request for resetting password has been accepted. Use the following link to reset password. ".$link.". Please Do not share with anyone<br><br>Ipok Team";
//print_r($msg);
...
...
@@ -1405,14 +1408,14 @@ class Home extends CI_Controller {