Subversion Repositories SmartDukaan

Rev

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

Rev 29813 Rev 29840
Line 4... Line 4...
4
    <td>$customRetailers.get($creditAccount.getFofoId()).getBusinessName()</td>
4
    <td>$customRetailers.get($creditAccount.getFofoId()).getBusinessName()</td>
5
    <td>$creditAccount.getGateway()</td>
5
    <td>$creditAccount.getGateway()</td>
6
    <td>$creditAccount.getSanctionedAmount()</td>
6
    <td>$creditAccount.getSanctionedAmount()</td>
7
    <td>$creditAccount.getAvailableAmount()</td>
7
    <td>$creditAccount.getAvailableAmount()</td>
8
    <td>$creditAccount.getCreditStatus()</td>
8
    <td>$creditAccount.getCreditStatus()</td>
-
 
9
    #if($creditAccount.getDescription())
9
    <td>$creditAccount.getDescription()</td>
10
    <td>$creditAccount.getDescription()</td>
-
 
11
    #else
-
 
12
    <td></td>
-
 
13
    #end
-
 
14
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
10
    
15
    
11
    #if(!$creditAccount.isActive())
16
    #if(!$creditAccount.isActive())
12
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
17
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
13
			    			</td>
18
			    			</td>
14
			    			#else
19
			    			#else