Subversion Repositories SmartDukaan

Rev

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

Rev 10683 Rev 10684
Line 167... Line 167...
167
			itemPojo.setColor(item.getColor());
167
			itemPojo.setColor(item.getColor());
168
			itemPojos.add(itemPojo);
168
			itemPojos.add(itemPojo);
169
			
169
			
170
			if(item.getItemStatus().equals(status.COMING_SOON)){
170
			if(item.getItemStatus().equals(status.COMING_SOON)){
171
				afterArrival = "after arrival";
171
				afterArrival = "after arrival";
172
				itemPojo.setStatusDescription(statusDescription)
172
				itemPojo.setStatusDescription(item.getStatus_description());
173
				itemPojo.setComingSoon(true);
173
				itemPojo.setComingSoon(true);
174
				if(!item.isShowSellingPrice()){
174
				if(!item.isShowSellingPrice()){
175
					showPrice = "FALSE";
175
					showPrice = "FALSE";
176
					//itemPojo.setShowSellingPrice(false);
176
					//itemPojo.setShowSellingPrice(false);
177
				}else {
177
				}else {