Subversion Repositories SmartDukaan

Rev

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

Rev 10673 Rev 10683
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.setComingSoon(true);
173
				itemPojo.setComingSoon(true);
173
				if(!item.isShowSellingPrice()){
174
				if(!item.isShowSellingPrice()){
174
					showPrice = "FALSE";
175
					showPrice = "FALSE";
175
					itemPojo.setShowSellingPrice(false);
176
					//itemPojo.setShowSellingPrice(false);
176
				}else {
177
				}else {
177
					itemPojo.setSellingPrice(item.getSellingPrice());
178
					itemPojo.setSellingPrice(item.getSellingPrice());
178
					String em = getEMI(item.getSellingPrice());
179
					String em = getEMI(item.getSellingPrice());
179
					if(em!=null){
180
					if(em!=null){
180
						itemPojo.setMinEmi(Double.parseDouble(em));
181
						itemPojo.setMinEmi(Double.parseDouble(em));