Subversion Repositories SmartDukaan

Rev

Rev 29813 | Rev 29961 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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