Subversion Repositories SmartDukaan

Rev

Rev 29811 | Rev 29840 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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