Commit 15b0a61e by Jansa Jose

admin

parent 3b996506
......@@ -67,7 +67,7 @@
<tr>
<td class="hidden"><?php echo $doctor['id']; ?></td>
<td><?php echo $doctor['name']; ?></td>
<td><?php if($customer->gender == '0'){ echo 'MALE';} elseif($customer->gender == '1'){ echo "FEMALE"; } else{ echo "OTHERS";} ?></td>
<td><?php if($doctor['gender'] == '0'){ echo 'MALE';} elseif($doctor['gender'] == '1'){ echo "FEMALE"; } else{ echo "OTHERS";} ?></td>
<td><?php echo $doctor['email']; ?></td>
<td><?php echo decrypt_data($doctor['street_address']).', '.decrypt_data($doctor['locality']).', '.decrypt_data($doctor['cep']); ?></td>
<td> <?php
......
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