Subversion Repositories SmartDukaan

Rev

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

Rev 23505 Rev 23528
Line 43... Line 43...
43
	    				<tr>
43
	    				<tr>
44
	    					<th>Request Id</th>
44
	    					<th>Request Id</th>
45
	    					<th>Operator</th>
45
	    					<th>Operator</th>
46
	    					<th>Number</th>
46
	    					<th>Number</th>
47
	    					<th>Amount</th>
47
	    					<th>Amount</th>
-
 
48
	    					<th>Commission</th>
48
	    					<th>Status</th>
49
	    					<th>Status</th>
49
	    					<th>Status Message</th>
50
	    					<th>Status Message</th>
50
	    					<th>Created On</th>
51
	    					<th>Created On</th>
51
	    					<th>Updated On</th>
52
	    					<th>Updated On</th>
52
	    				</tr>
53
	    				</tr>
Line 55... Line 56...
55
			    				<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
56
			    				<tr class="dth-recharge-details" data="$rechargeTransaction.getId()">
56
			    					<td>$rechargeTransaction.getRequestId()</td>
57
			    					<td>$rechargeTransaction.getRequestId()</td>
57
			    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
58
			    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
58
			    					<td>$rechargeTransaction.getReferenceNumber()</td>
59
			    					<td>$rechargeTransaction.getReferenceNumber()</td>
59
			    					<td>$rechargeTransaction.getAmount()</td>
60
			    					<td>$rechargeTransaction.getAmount()</td>
-
 
61
			    					<td>$rechargeTransaction.getCommission()</td>
60
			    					<td>$rechargeTransaction.getStatus()</td>
62
			    					<td>$rechargeTransaction.getStatus()</td>
61
			    					<td>$rechargeTransaction.getStatusMessage()</td>
63
			    					<td>$rechargeTransaction.getStatusMessage()</td>
62
			    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
64
			    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
63
			    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
65
			    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
64
			    				</tr>
66
			    				</tr>