| Line 1... |
Line 1... |
| 1 |
<div class="row">
|
1 |
<div class="row">
|
| 2 |
<div class="col-lg-12">
|
2 |
<div class="col-lg-12">
|
| 3 |
<table class="table table-striped table-advance table-hover">
|
3 |
<table class="table table-striped table-advance table-hover">
|
| 4 |
<tbody>
|
4 |
<tbody>
|
| 5 |
<tr>
|
5 |
<tr>
|
| - |
|
6 |
<th>Recharge Provider</th>
|
| 6 |
<th>Recharge Type</th>
|
7 |
<th>Recharge Type</th>
|
| 7 |
<th>Operator</th>
|
8 |
<th>Operator</th>
|
| 8 |
<th>Operator Type</th>
|
9 |
<th>Operator Type</th>
|
| 9 |
<th>Amount Type</th>
|
10 |
<th>Amount Type</th>
|
| 10 |
<th>Amount</th>
|
11 |
<th>Amount</th>
|
| Line 13... |
Line 14... |
| 13 |
</tr>
|
14 |
</tr>
|
| 14 |
#if(!$rechargeCommissions.isEmpty())
|
15 |
#if(!$rechargeCommissions.isEmpty())
|
| 15 |
#foreach( $rechargeCommission in $rechargeCommissions )
|
16 |
#foreach( $rechargeCommission in $rechargeCommissions )
|
| 16 |
<tr class="recharge-commission-details" data="$rechargeCommission.getOperatorId()">
|
17 |
<tr class="recharge-commission-details" data="$rechargeCommission.getOperatorId()">
|
| 17 |
#set($rechargeOperator = $rechargeOperatorIdRechargeOperatorMap.get($rechargeCommission.getOperatorId()))
|
18 |
#set($rechargeOperator = $rechargeOperatorIdRechargeOperatorMap.get($rechargeCommission.getOperatorId()))
|
| - |
|
19 |
<td>$rechargeProviderIdNameMap.get($rechargeCommission.getProviderId())</td>
|
| 18 |
<td>$rechargeOperator.getRechargeType()</td>
|
20 |
<td>$rechargeOperator.getRechargeType()</td>
|
| 19 |
<td>$rechargeOperator.getName()</td>
|
21 |
<td>$rechargeOperator.getName()</td>
|
| 20 |
#if($rechargeOperator.getRechargeType() == "MOBILE")
|
22 |
#if($rechargeOperator.getRechargeType() == "MOBILE")
|
| 21 |
<td>$rechargeOperator.getOperatorType()</td>
|
23 |
<td>$rechargeOperator.getOperatorType()</td>
|
| 22 |
#else
|
24 |
#else
|