| Line 21... |
Line 21... |
| 21 |
<td><?php echo h($callhistory['Callhistory']['id']); ?> </td>
|
21 |
<td><?php echo h($callhistory['Callhistory']['id']); ?> </td>
|
| 22 |
<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>
|
22 |
<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>
|
| 23 |
|
23 |
|
| 24 |
</td>
|
24 |
</td>
|
| 25 |
<td>
|
25 |
<td>
|
| 26 |
<?php echo h($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") "); ?>
|
26 |
<?php //echo h($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") "); ?>
|
| 27 |
|
- |
|
| - |
|
27 |
<?php echo $this->Html->link($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") ", array('controller' => 'Callhistories', 'action' => 'index', $callhistory['Callhistory']['agent_id'])); ?>
|
| 28 |
</td>
|
28 |
</td>
|
| 29 |
<td><?php echo h(substr($callhistory['Callhistory']['mobile_number'], 0, 4) . str_repeat("X", strlen($callhistory['Callhistory']['mobile_number']) - 6) . substr($callhistory['Callhistory']['mobile_number'], -2)); ?> </td>
|
29 |
<td><?php echo h(substr($callhistory['Callhistory']['mobile_number'], 0, 4) . str_repeat("X", strlen($callhistory['Callhistory']['mobile_number']) - 6) . substr($callhistory['Callhistory']['mobile_number'], -2)); ?> </td>
|
| 30 |
|
30 |
|
| 31 |
<!-- <td><?php echo h($callhistory['Callhistory']['mobile_number']); ?> </td> -->
|
31 |
<!-- <td><?php echo h($callhistory['Callhistory']['mobile_number']); ?> </td> -->
|
| 32 |
<td><?php echo h($callhistory['Callhistory']['call_type']); ?> </td>
|
32 |
<td><?php echo h($callhistory['Callhistory']['call_type']); ?> </td>
|