Subversion Repositories SmartDukaan

Rev

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

Rev 33045 Rev 33358
Line 14... Line 14...
14
    #else
14
    #else
15
        <select>
15
        <select>
16
            #foreach($directGateway in $directGateways)
16
            #foreach($directGateway in $directGateways)
17
                <option value="$directGateway">
17
                <option value="$directGateway">
18
                    $directGateway
18
                    $directGateway
19
                    #if($directGateway.name()=="SIDBI")
19
                    #if($directGateway.name().equals("SIDBI"))
20
                        - $fofoSidbiPendingSanctionsMap.get($creditAccount.getFofoId()).getSanctionAmount()
20
                        - $fofoSidbiPendingSanctionsMap.get($creditAccount.getFofoId()).getSanctionAmount()
21
                    #end
21
                    #end
22
                </option>
22
                </option>
23
            #end
23
            #end
24
        </select>
24
        </select>
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($creditAccount.getSanctionedAmount()<=$creditAccount.getAvailableAmount())
-
 
40
        <button class="btn btn-primary activate-partner-kred" data-id="$creditAccount.getId()">Activate</button>
39
    <button class="btn btn-primary activate-partner-kred" data-id="$creditAccount.getId()">Activate</button>
41
    #else
-
 
42
        Close $creditAccount.getGateway() loans to Reactivate
-
 
43
    #end
-
 
44
</td>
40
</td>
45
#else
41
#else
46
<td>
42
<td>
47
    <button class="btn btn-primary deactivate-partner-kred" data-id="$creditAccount.getId()">Deactivate</button>
43
    <button class="btn btn-primary deactivate-partner-kred" data-id="$creditAccount.getId()">Deactivate</button>
48
</td>
44
</td>