Subversion Repositories SmartDukaan

Rev

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

Rev 32261 Rev 32351
Line 29... Line 29...
29
              
29
              
30
              
30
              
31
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
31
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
32
                <tr>
32
                <tr>
33
                <td>$vendorCatalogPricing.getCatalogId()</td>
33
                <td>$vendorCatalogPricing.getCatalogId()</td>
34
                <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescription()</td>
34
                    <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescriptionNoColor()</td>
35
                <td>$vendorCatalogPricing.getTransferPrice()</td>
35
                <td>$vendorCatalogPricing.getTransferPrice()</td>
36
                <td>$vendorCatalogPricing.getDealerPrice()</td>
36
                <td>$vendorCatalogPricing.getDealerPrice()</td>
37
                <td>$vendorCatalogPricing.getMop()</td>
37
                <td>$vendorCatalogPricing.getMop()</td>
38
                <td data-t="s" data-v="$vendorCatalogPricing.getEffectedOn()">$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
38
                <td data-t="s" data-v="$vendorCatalogPricing.getEffectedOn()">$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
39
               </tr>
39
               </tr>