Subversion Repositories SmartDukaan

Rev

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

Rev 32116 Rev 32261
Line 33... Line 33...
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).getItemDescription()</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>$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
38
                <td data-t="s" data-v="$vendorCatalogPricing.getEffectedOn()">$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>
39
               </tr>
39
               </tr>
40
                 #end
40
                 #end
41
                 
41
                 
42
             </tbody>
42
             </tbody>
43
             </table>
43
             </table>