Subversion Repositories SmartDukaan

Rev

Rev 33886 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33886 Rev 37031
Line 34... Line 34...
34
#end
34
#end
35
<td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
35
<td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
36
 
36
 
37
#if(!$creditAccount.isActive())
37
#if(!$creditAccount.isActive())
38
<td>
38
<td>
-
 
39
    #if($fofoSidbiPendingSanctionsMap.get($creditAccount.getFofoId()))
39
    <button class="btn btn-primary activate-partner-kred" data-id="$creditAccount.getId()">Activate</button>
40
        <button class="btn btn-primary switch-credit-gateway" data-id="$creditAccount.getId()">Activate</button>
-
 
41
    #else
-
 
42
        <button class="btn btn-primary unblock-credit" data-id="$creditAccount.getId()" data-fofo-id="$creditAccount.getFofoId()">Unblock</button>
-
 
43
    #end
40
</td>
44
</td>
41
#else
45
#else
42
<td>
46
<td>
43
    <button class="btn btn-primary deactivate-partner-kred" data-id="$creditAccount.getId()">Deactivate</button>
47
    <button class="btn btn-primary block-credit" data-id="$creditAccount.getId()" data-fofo-id="$creditAccount.getFofoId()">Block</button>
44
</td>
48
</td>
45
#end
49
#end
46
			    			
50
			    			
47
			    			
51
			    			
48
52