Subversion Repositories SmartDukaan

Rev

Rev 29811 | Rev 29840 | 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>
9
    <td>$creditAccount.getDescription()</td>
10
 
11
    #if(!$creditAccount.isActive())
29813 tejbeer 12
       <td><button class="btn btn-primary activate-partner-kred"  data-id="$creditAccount.getId()">Activate</button>
29811 tejbeer 13
			    			</td>
14
			    			#else
29813 tejbeer 15
    <td><button class="btn btn-primary deactivate-partner-kred"  data-id="$creditAccount.getId()">Deactivate</button>
29811 tejbeer 16
			    			</td>
17
			    			#end
18
 
19