Subversion Repositories SmartDukaan

Rev

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

Rev 32074 Rev 32116
Line 27... Line 27...
27
                
27
                
28
              <tbody> 
28
              <tbody> 
29
              
29
              
30
              
30
              
31
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
31
                #foreach($vendorCatalogPricing in $vendorCatalogPricings)
-
 
32
                <tr>
32
                <td>$vendorCatalogPricing.getCatalogId()</td>
33
                <td>$vendorCatalogPricing.getCatalogId()</td>
33
                <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescription()</td>
34
                <td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescription()</td>
34
                <td>$vendorCatalogPricing.getTransferPrice()</td>
35
                <td>$vendorCatalogPricing.getTransferPrice()</td>
35
                <td>$vendorCatalogPricing.getDealerPrice()</td>
36
                <td>$vendorCatalogPricing.getDealerPrice()</td>
36
                <td>$vendorCatalogPricing.getMop()</td>
37
                <td>$vendorCatalogPricing.getMop()</td>
37
                <td>$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
38
                <td>$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
38
               
39
               </tr>
39
                 #end
40
                 #end
40
                 
41
                 
41
             </tbody>
42
             </tbody>
42
             </table>
43
             </table>
43
  </div>
44
  </div>