Subversion Repositories SmartDukaan

Rev

Rev 32074 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32074 Rev 32437
Line 52... Line 52...
52
			    			#foreach( $vendorPricingRequest in $vendorCatalogPricingRequests )
52
			    			#foreach( $vendorPricingRequest in $vendorCatalogPricingRequests )
53
			    				<tr  data-id="$vendorPricingRequest.getId()">
53
			    				<tr  data-id="$vendorPricingRequest.getId()">
54
			    					<td>$vendorPricingRequest.getVendorId()</td>
54
			    					<td>$vendorPricingRequest.getVendorId()</td>
55
			    					<td>$vendorMap.get($vendorPricingRequest.getVendorId()).getName()</td>
55
			    					<td>$vendorMap.get($vendorPricingRequest.getVendorId()).getName()</td>
56
			    				    <td>$vendorPricingRequest.getCatalogId()</td>
56
			    				    <td>$vendorPricingRequest.getCatalogId()</td>
57
			    				    <td>$itemMap.get($vendorPricingRequest.getCatalogId()).get(0).getItemDescription()</td>
57
			    				    <td>$itemMap.get($vendorPricingRequest.getCatalogId()).get(0).getItemDescriptionNoColor()</td>
58
			    					<td>$vendorPricingRequest.getTransferPrice()</td>
58
			    					<td>$vendorPricingRequest.getTransferPrice()</td>
59
			    					<td>$vendorPricingRequest.getDealerPrice()</td>
59
			    					<td>$vendorPricingRequest.getDealerPrice()</td>
60
			    					<td>$vendorPricingRequest.getMop()</td>
60
			    					<td>$vendorPricingRequest.getMop()</td>
61
			    					<td>$vendorPricingRequest.getEffectedOn().format($dateFormatter)</td>
61
			    					<td>$vendorPricingRequest.getEffectedOn().format($dateFormatter)</td>
62
			    					<td>$authMap.get($vendorPricingRequest.getCreatedBy()).getFullName() </td>
62
			    					<td>$authMap.get($vendorPricingRequest.getCreatedBy()).getFullName() </td>