Commit 59ad57b0 by Jansa Jose

dr profile

parent 37565941
......@@ -1103,6 +1103,10 @@ CASE when tbl_registration.gender='0' then 'MALE' when tbl_registration.gender='
$query['street_address'] = decrypt_data($query['location_name']);
$query['locality'] = decrypt_data($query['location_locality']);
$query['number'] = decrypt_data($query['location_number']);
}else{
$query['street_address'] = $query['location_name'];
$query['locality'] = $query['location_locality'];
$query['number'] = $query['location_number'];
}
if(isset($data['promocode_id']) && strlen(trim($data['promocode_id']," ")) > 0){
......
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