Subversion Repositories SmartDukaan

Rev

Rev 32722 | Rev 33045 | 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>
32722 shampa 4
    #set($customRetailer = $customRetailers.get($creditAccount.getFofoId()))
32723 shampa 5
    <td>$customRetailer.getBusinessName() ($customRetailer.getAddress().getCity()-$customRetailer.getCode())</td>
29963 tejbeer 6
 
7
    #if($fofoStoreMap.get($creditAccount.getFofoId()).getPan())
29961 tejbeer 8
    <td>$fofoStoreMap.get($creditAccount.getFofoId()).getPan()</td>
29963 tejbeer 9
    #else
10
    <td>-</td>
11
    #end
29811 tejbeer 12
    <td>$creditAccount.getGateway()</td>
13
    <td>$creditAccount.getSanctionedAmount()</td>
14
    <td>$creditAccount.getAvailableAmount()</td>
15
    <td>$creditAccount.getCreditStatus()</td>
29840 tejbeer 16
    #if($creditAccount.getDescription())
29811 tejbeer 17
    <td>$creditAccount.getDescription()</td>
29840 tejbeer 18
    #else
30913 tejbeer 19
    <td>-</td>
29840 tejbeer 20
    #end
21
     <td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
29811 tejbeer 22
 
23
    #if(!$creditAccount.isActive())
29813 tejbeer 24
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
29811 tejbeer 25
			    			</td>
26
			    			#else
29813 tejbeer 27
    <td><button class="btn btn-primary deactivate-partner-kred"  data-id="$creditAccount.getId()">Deactivate</button>
29811 tejbeer 28
			    			</td>
29
			    			#end
30
 
31