Subversion Repositories SmartDukaan

Rev

Rev 29813 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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