| Line 39... |
Line 39... |
| 39 |
<div class="row">
|
39 |
<div class="row">
|
| 40 |
<div class="col-lg-12">
|
40 |
<div class="col-lg-12">
|
| 41 |
<table class="table table-striped table-advance table-hover">
|
41 |
<table class="table table-striped table-advance table-hover">
|
| 42 |
<tbody>
|
42 |
<tbody>
|
| 43 |
<tr>
|
43 |
<tr>
|
| - |
|
44 |
<th>Recharge Provider</th>
|
| 44 |
<th>Recharge Type</th>
|
45 |
<th>Recharge Type</th>
|
| 45 |
<th>Operator</th>
|
46 |
<th>Operator</th>
|
| 46 |
<th>Operator Type</th>
|
47 |
<th>Operator Type</th>
|
| 47 |
<th>Amount Type</th>
|
48 |
<th>Amount Type</th>
|
| 48 |
<th>Amount</th>
|
49 |
<th>Amount</th>
|
| 49 |
<th>Created On</th>
|
50 |
<th>Created On</th>
|
| 50 |
<th>Updated On</th>
|
51 |
<th>Updated On</th>
|
| 51 |
</tr>
|
52 |
</tr>
|
| 52 |
#if(!$rechargeCommissions.isEmpty())
|
53 |
#if(!$rechargeCommissions.isEmpty())
|
| 53 |
#foreach( $rechargeCommission in $rechargeCommissions )
|
54 |
#foreach( $rechargeCommission in $rechargeCommissions )
|
| 54 |
<tr class="recharge-commission-details" data="$rechargeCommission.getOperatorId()">
|
55 |
<tr class="recharge-commission-details" data="$rechargeCommission.getOperatorId(),$rechargeCommission.getProviderId()">
|
| 55 |
#set($rechargeOperator = $rechargeOperatorIdRechargeOperatorMap.get($rechargeCommission.getOperatorId()))
|
56 |
#set($rechargeOperator = $rechargeOperatorIdRechargeOperatorMap.get($rechargeCommission.getOperatorId()))
|
| - |
|
57 |
<td>$rechargeProviderIdNameMap.get($rechargeCommission.getProviderId())</td>
|
| 56 |
<td>$rechargeOperator.getRechargeType()</td>
|
58 |
<td>$rechargeOperator.getRechargeType()</td>
|
| 57 |
<td>$rechargeOperator.getName()</td>
|
59 |
<td>$rechargeOperator.getName()</td>
|
| 58 |
#if($rechargeOperator.getRechargeType() == "MOBILE")
|
60 |
#if($rechargeOperator.getRechargeType() == "MOBILE")
|
| 59 |
<td>$rechargeOperator.getOperatorType()</td>
|
61 |
<td>$rechargeOperator.getOperatorType()</td>
|
| 60 |
#else
|
62 |
#else
|