Subversion Repositories SmartDukaan

Rev

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

Rev 29963 Rev 30913
Line 13... Line 13...
13
    <td>$creditAccount.getAvailableAmount()</td>
13
    <td>$creditAccount.getAvailableAmount()</td>
14
    <td>$creditAccount.getCreditStatus()</td>
14
    <td>$creditAccount.getCreditStatus()</td>
15
    #if($creditAccount.getDescription())
15
    #if($creditAccount.getDescription())
16
    <td>$creditAccount.getDescription()</td>
16
    <td>$creditAccount.getDescription()</td>
17
    #else
17
    #else
18
    <td></td>
18
    <td>-</td>
19
    #end
19
    #end
20
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
20
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
21
    
21
    
22
    #if(!$creditAccount.isActive())
22
    #if(!$creditAccount.isActive())
23
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
23
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>