Subversion Repositories SmartDukaan

Rev

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

Rev 11935 Rev 11955
Line 200... Line 200...
200
					privateDealCounter += 1;
200
					privateDealCounter += 1;
201
					PrivateDeal pd = privateDealsMap.get(item.getId());
201
					PrivateDeal pd = privateDealsMap.get(item.getId());
202
					isPrivateDeal = true;
202
					isPrivateDeal = true;
203
					itemDetail.put("DEAL_PRICE", String.format(Locale.getDefault(),"%.0f",pd.getDealPrice()));
203
					itemDetail.put("DEAL_PRICE", String.format(Locale.getDefault(),"%.0f",pd.getDealPrice()));
204
					PrivateDealPojo dealPojo = new PrivateDealPojo();
204
					PrivateDealPojo dealPojo = new PrivateDealPojo();
-
 
205
					dealPojo.setItemId(pd.getItem_id());
205
					dealPojo.setDealPrice(pd.getDealPrice());
206
					dealPojo.setDealPrice(pd.getDealPrice());
206
					dealPojo.setIsCod(pd.isIsCod());
207
					dealPojo.setIsCod(pd.isIsCod());
207
					dealPojo.setDealText(pd.getDealText());
208
					dealPojo.setDealText(pd.getDealText());
208
					dealPojo.setDealTextOption(pd.getDealTextOption());
209
					dealPojo.setDealTextOption(pd.getDealTextOption());
209
					dealPojo.setDealFreebieOption(pd.getDealFreebieOption());
210
					dealPojo.setDealFreebieOption(pd.getDealFreebieOption());