Subversion Repositories SmartDukaan

Rev

Rev 29811 | Rev 29840 | 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>
    <td>$creditAccount.getGateway()</td>
    <td>$creditAccount.getSanctionedAmount()</td>
    <td>$creditAccount.getAvailableAmount()</td>
    <td>$creditAccount.getCreditStatus()</td>
    <td>$creditAccount.getDescription()</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