| Line 20... |
Line 20... |
| 20 |
<td><?php echo h($callhistory['Callhistory']['id']); ?> </td>
|
20 |
<td><?php echo h($callhistory['Callhistory']['id']); ?> </td>
|
| 21 |
<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>
|
21 |
<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>
|
| 22 |
|
22 |
|
| 23 |
</td>
|
23 |
</td>
|
| 24 |
<td>
|
24 |
<td>
|
| 25 |
<?php echo h($callhistory['Callhistory']['agent_id']); ?>
|
25 |
<?php echo h($callhistory['Agent']['name']." (". ($callhistory['Callhistory']['agent_id']).") "); ?>
|
| - |
|
26 |
|
| 26 |
</td>
|
27 |
</td>
|
| 27 |
<td><?php echo h($callhistory['Callhistory']['mobile_number']); ?> </td>
|
28 |
<td><?php echo h($callhistory['Callhistory']['mobile_number']); ?> </td>
|
| 28 |
<td><?php echo h($callhistory['Callhistory']['call_type']); ?> </td>
|
29 |
<td><?php echo h($callhistory['Callhistory']['call_type']); ?> </td>
|
| 29 |
<td><?php if($callhistory['Callhistory']['sms_verified']==0) {echo h(0);} else {echo h($callhistory['Callhistory']['sms_verified']);} ?> </td>
|
30 |
<td><?php if($callhistory['Callhistory']['sms_verified']==0) {echo h(0);} else {echo h($callhistory['Callhistory']['sms_verified']);} ?> </td>
|
| 30 |
|
31 |
|