Commit 483b05e4 by Jansa Jose

doctor feedback

parent 2eb6ea11
......@@ -49,7 +49,11 @@
<tr>
<td class="hidden"><?php echo $customer->id; ?></td>
<td><?php echo $customer->name; ?></td>
<td><?php echo $customer->feedback_type; ?></td>
<?php
$feedata = str_replace('[', '', $customer->feedback_type);
$feedata = str_replace(']', '', $feedata);
?>
<td><?php echo $feedata; ?></td>
<td><?php echo $customer->feedback_content; ?></td>
</tr>
<?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