Subversion Repositories SmartDukaan

Rev

Rev 32722 | Rev 33045 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

    
    <td>$creditAccount.getId()</td>
    <td>$creditAccount.getFofoId()</td>
    #set($customRetailer = $customRetailers.get($creditAccount.getFofoId()))
    <td>$customRetailer.getBusinessName() ($customRetailer.getAddress().getCity()-$customRetailer.getCode())</td>
    
    #if($fofoStoreMap.get($creditAccount.getFofoId()).getPan())
    <td>$fofoStoreMap.get($creditAccount.getFofoId()).getPan()</td>
    #else
    <td>-</td>
    #end
    <td>$creditAccount.getGateway()</td>
    <td>$creditAccount.getSanctionedAmount()</td>
    <td>$creditAccount.getAvailableAmount()</td>
    <td>$creditAccount.getCreditStatus()</td>
    #if($creditAccount.getDescription())
    <td>$creditAccount.getDescription()</td>
    #else
    <td>-</td>
    #end
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
    
    #if(!$creditAccount.isActive())
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
                                                </td>
                                                #else
    <td><button class="btn btn-primary deactivate-partner-kred"  data-id="$creditAccount.getId()">Deactivate</button>
                                                </td>
                                                #end