Subversion Repositories SmartDukaan

Rev

Rev 15219 | Rev 15226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15219 Rev 15220
Line 20... Line 20...
20
		<td><?php echo h($callhistory['Callhistory']['id']); ?>&nbsp;</td>
20
		<td><?php echo h($callhistory['Callhistory']['id']); ?>&nbsp;</td>
21
		<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>&nbsp;
21
		<td><?php echo h($callhistory['Callhistory']['retailer_id']); ?>&nbsp;
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']); ?>&nbsp;</td>
28
		<td><?php echo h($callhistory['Callhistory']['mobile_number']); ?>&nbsp;</td>
28
		<td><?php echo h($callhistory['Callhistory']['call_type']); ?>&nbsp;</td>
29
		<td><?php echo h($callhistory['Callhistory']['call_type']); ?>&nbsp;</td>
29
		<td><?php if($callhistory['Callhistory']['sms_verified']==0) {echo h(0);} else {echo h($callhistory['Callhistory']['sms_verified']);} ?>&nbsp;</td>
30
		<td><?php if($callhistory['Callhistory']['sms_verified']==0) {echo h(0);} else {echo h($callhistory['Callhistory']['sms_verified']);} ?>&nbsp;</td>
30
		
31