Subversion Repositories SmartDukaan

Rev

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

Rev 30913 Rev 32722
Line 1... Line 1...
1
    
1
    
2
    <td>$creditAccount.getId()</td>
2
    <td>$creditAccount.getId()</td>
3
    <td>$creditAccount.getFofoId()</td>
3
    <td>$creditAccount.getFofoId()</td>
4
    <td>$customRetailers.get($creditAccount.getFofoId()).getBusinessName()</td>
4
    #set($customRetailer = $customRetailers.get($creditAccount.getFofoId()))
-
 
5
    <td>$$customRetailer.getBusinessName() ($customRetailer.getAddress().getCity()-$customRetailer.getCode())</td>
5
    
6
    
6
    #if($fofoStoreMap.get($creditAccount.getFofoId()).getPan())
7
    #if($fofoStoreMap.get($creditAccount.getFofoId()).getPan())
7
    <td>$fofoStoreMap.get($creditAccount.getFofoId()).getPan()</td>
8
    <td>$fofoStoreMap.get($creditAccount.getFofoId()).getPan()</td>
8
    #else
9
    #else
9
    <td>-</td>
10
    <td>-</td>