Subversion Repositories SmartDukaan

Rev

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

Rev 32660 Rev 32672
Line 173... Line 173...
173
				}
173
				}
174
			} else if (item.getHsnCode().equals("85171400")) {
174
			} else if (item.getHsnCode().equals("85171400")) {
175
				priceModel.setMop(false);
175
				priceModel.setMop(false);
176
				priceModel.setPrice(tagListing.getSellingPrice());
176
				priceModel.setPrice(tagListing.getSellingPrice());
177
			}
177
			}
178
			if (mopVoilatedRetailerIds.contains(retailerId)) {
178
            if (mopVoilatedRetailerIds.contains(retailerId) || "almost new".equals(item.getBrand().toLowerCase())) {
179
				priceModel.setMop(false);
179
				priceModel.setMop(false);
180
			}
180
			}
181
		}
181
		}
182
		return itemPriceMap;
182
		return itemPriceMap;
183
	}
183
	}