| Line 22... |
Line 22... |
| 22 |
<tbody>
|
22 |
<tbody>
|
| 23 |
#if(!$walletRequest.isEmpty())
|
23 |
#if(!$walletRequest.isEmpty())
|
| 24 |
#foreach( $walletData in $walletRequest )
|
24 |
#foreach( $walletData in $walletRequest )
|
| 25 |
<tr class="add-wallet" data="$walletData.getId()">
|
25 |
<tr class="add-wallet" data="$walletData.getId()">
|
| 26 |
<td>$walletData.getRetailerId()</td>
|
26 |
<td>$walletData.getRetailerId()</td>
|
| - |
|
27 |
<td>
|
| 27 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getBusinessName()</td>
|
28 |
$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getBusinessName()
|
| - |
|
29 |
#if($walletData.getFspId() > 0)
|
| - |
|
30 |
<br><span class="label label-info" style="font-size:10px;">Full Stock Payment</span>
|
| - |
|
31 |
#end
|
| - |
|
32 |
</td>
|
| 28 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getEmail()</td>
|
33 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getEmail()</td>
|
| 29 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getAddress().city</td>
|
34 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getAddress().city</td>
|
| 30 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getAddress().state</td>
|
35 |
<td>$fofoIdsAndRetailerName.get($walletData.getRetailerId()).getAddress().state</td>
|
| 31 |
<td>$walletData.getTransaction_reference()</td>
|
36 |
<td>$walletData.getTransaction_reference()</td>
|
| 32 |
#if($walletData.getBank_name())
|
37 |
#if($walletData.getBank_name())
|