Subversion Repositories SmartDukaan

Rev

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

Rev 33358 Rev 33419
Line 25... Line 25...
25
    #end
25
    #end
26
</td>
26
</td>
27
<td>$creditAccount.getSanctionedAmount()</td>
27
<td>$creditAccount.getSanctionedAmount()</td>
28
<td>$creditAccount.getAvailableAmount()</td>
28
<td>$creditAccount.getAvailableAmount()</td>
29
<td>$creditAccount.getCreditStatus()</td>
29
<td>$creditAccount.getCreditStatus()</td>
30
#if($creditAccount.getDescription())
30
#if($partnerAverageCreditDaysMap.containsKey($creditAccount.getFofoId()))
31
<td>$creditAccount.getDescription()</td>
31
<td>$partnerAverageCreditDaysMap.get($creditAccount.getFofoId())</td>
32
#else
32
#else
33
<td>-</td>
33
<td>-</td>
34
#end
34
#end
35
<td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
35
<td>$creditAccount.getUpdatedOn().format($dateTimeFormatter)</td>
36
 
36