Subversion Repositories SmartDukaan

Rev

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

    
    <td>$creditAccount.getId()</td>
    <td>$creditAccount.getFofoId()</td>
    <td>$customRetailers.get($creditAccount.getFofoId()).getBusinessName()</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