Subversion Repositories SmartDukaan

Rev

Rev 29840 | Rev 29963 | 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>
29961 tejbeer 5
    <td>$fofoStoreMap.get($creditAccount.getFofoId()).getPan()</td>
29811 tejbeer 6
    <td>$creditAccount.getGateway()</td>
7
    <td>$creditAccount.getSanctionedAmount()</td>
8
    <td>$creditAccount.getAvailableAmount()</td>
9
    <td>$creditAccount.getCreditStatus()</td>
29840 tejbeer 10
    #if($creditAccount.getDescription())
29811 tejbeer 11
    <td>$creditAccount.getDescription()</td>
29840 tejbeer 12
    #else
13
    <td></td>
14
    #end
15
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
29811 tejbeer 16
 
17
    #if(!$creditAccount.isActive())
29813 tejbeer 18
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
29811 tejbeer 19
			    			</td>
20
			    			#else
29813 tejbeer 21
    <td><button class="btn btn-primary deactivate-partner-kred"  data-id="$creditAccount.getId()">Deactivate</button>
29811 tejbeer 22
			    			</td>
23
			    			#end
24
 
25