Subversion Repositories SmartDukaan

Rev

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

Rev 24839 Rev 26910
Line 1063... Line 1063...
1063
						tVendorPricing.setItemId(it.getId());
1063
						tVendorPricing.setItemId(it.getId());
1064
						tVendorPricing.setMop(v.getMop());
1064
						tVendorPricing.setMop(v.getMop());
1065
						tVendorPricing.setTransferPrice(v.getTransferPrice());
1065
						tVendorPricing.setTransferPrice(v.getTransferPrice());
1066
						tVendorPricing.setNlc(v.getNlc());
1066
						tVendorPricing.setNlc(v.getNlc());
1067
						tVendorPricing.setDealerPrice(v.getDealerPrice());
1067
						tVendorPricing.setDealerPrice(v.getDealerPrice());
-
 
1068
						logger.info("Before updating " + tVendorPricing.toString());
1068
						inventoryClient.addVendorItemPricing(tVendorPricing);
1069
						inventoryClient.addVendorItemPricing(tVendorPricing);
1069
						logger.info("VendorItemPricing updated. " + tVendorPricing.toString());
1070
						logger.info("VendorItemPricing updated. " + tVendorPricing.toString());
1070
						sb.append("[VId:" + v.getVendorId() + ",MOP=" + v.getMop() + ",TP=" + v.getTransferPrice() + ",NLC= " +v.getNlc() + ",DP=" + v.getDealerPrice() + "], ");
1071
						sb.append("[VId:" + v.getVendorId() + ",MOP=" + v.getMop() + ",TP=" + v.getTransferPrice() + ",NLC= " +v.getNlc() + ",DP=" + v.getDealerPrice() + "], ");
1071
					}
1072
					}
1072
				}
1073
				}