Subversion Repositories SmartDukaan

Rev

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

Rev 11115 Rev 11154
Line 170... Line 170...
170
				afterArrival = "after arrival";
170
				afterArrival = "after arrival";
171
				itemPojo.setStatusDescription(item.getStatus_description());
171
				itemPojo.setStatusDescription(item.getStatus_description());
172
				itemPojo.setComingSoon(true);
172
				itemPojo.setComingSoon(true);
173
				if(!item.isShowSellingPrice()){
173
				if(!item.isShowSellingPrice()){
174
					showPrice = "FALSE";
174
					showPrice = "FALSE";
175
					//itemPojo.setShowSellingPrice(false);
175
					itemPojo.setShowSellingPrice(false);
176
				}
176
				}
177
			}else {
177
			}else {
178
				itemPojo.setSellingPrice(item.getSellingPrice());
178
				itemPojo.setSellingPrice(item.getSellingPrice());
179
				String em = getEMI(item.getSellingPrice());
179
				String em = getEMI(item.getSellingPrice());
180
				if(em!=null){
180
				if(em!=null){