Subversion Repositories SmartDukaan

Rev

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

Rev 28977 Rev 29007
Line 82... Line 82...
82
            </thead>
82
            </thead>
83
            <tbody>
83
            <tbody>
84
             #foreach($entryCr in $cr.entrySet())
84
             #foreach($entryCr in $cr.entrySet())
85
             
85
             
86
               <tr> 
86
               <tr> 
87
               <td data-id="$entryCr.getKey()">$entryCr.getValue().getBusinessName()</td>
87
               <td data-id="$entryCr.getKey()">$entryCr.getValue().getBusinessName() ($entryCr.getValue().getCode())</td>
88
              #foreach($paymentOption in $paymentOptions)
88
              #foreach($paymentOption in $paymentOptions)
89
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
89
              #if($serviceBrandsConfigMap.containsKey($paymentOption.getId()))
90
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId())) 
90
              #foreach($serviceBrand in $serviceBrandsConfigMap.get($paymentOption.getId())) 
91
              
91
              
92
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceApplicableType() =="YES")
92
              #if($financeServicesMapOfMap.get($entryCr.getKey()).get($serviceBrand.getId()).getServiceApplicableType() =="YES")