Subversion Repositories SmartDukaan

Rev

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

Rev 23505 Rev 23528
Line 5... Line 5...
5
				<tr>
5
				<tr>
6
					<th>Request Id</th>
6
					<th>Request Id</th>
7
					<th>Operator</th>
7
					<th>Operator</th>
8
					<th>Number</th>
8
					<th>Number</th>
9
					<th>Amount</th>
9
					<th>Amount</th>
-
 
10
					<th>Commission</th>
10
					<th>Status</th>
11
					<th>Status</th>
11
					<th>Status Message</th>
12
					<th>Status Message</th>
12
					<th>Created On</th>
13
					<th>Created On</th>
13
					<th>Updated On</th>
14
					<th>Updated On</th>
14
				</tr>
15
				</tr>
Line 17... Line 18...
17
	    				<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
18
	    				<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
18
	    					<td>$rechargeTransaction.getRequestId()</td>
19
	    					<td>$rechargeTransaction.getRequestId()</td>
19
	    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
20
	    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
20
	    					<td>$rechargeTransaction.getReferenceNumber()</td>
21
	    					<td>$rechargeTransaction.getReferenceNumber()</td>
21
	    					<td>$rechargeTransaction.getAmount()</td>
22
	    					<td>$rechargeTransaction.getAmount()</td>
-
 
23
	    					<td>$rechargeTransaction.getCommission()</td>
22
	    					<td>$rechargeTransaction.getStatus()</td>
24
	    					<td>$rechargeTransaction.getStatus()</td>
23
	    					<td>$rechargeTransaction.getStatusMessage()</td>
25
	    					<td>$rechargeTransaction.getStatusMessage()</td>
24
	    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
26
	    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
25
	    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
27
	    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
26
	    				</tr>
28
	    				</tr>