Subversion Repositories SmartDukaan

Rev

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

Rev 22554 Rev 22560
Line 201... Line 201...
201
							fdi.setSellingPrice((float)childItem.getDouble("sellingPrice_f"));
201
							fdi.setSellingPrice((float)childItem.getDouble("sellingPrice_f"));
202
							fdi.setMop((float)childItem.getDouble("mop_f"));
202
							fdi.setMop((float)childItem.getDouble("mop_f"));
203
							fdi.setColor(childItem.has("color_s")?childItem.getString("color_s"): "");
203
							fdi.setColor(childItem.has("color_s")?childItem.getString("color_s"): "");
204
							fdi.setTagId(childItem.getInt("tagId_i"));
204
							fdi.setTagId(childItem.getInt("tagId_i"));
205
							fdi.setItem_id(itemId);
205
							fdi.setItem_id(itemId);
206
							fdi.setAvailability(inventoryService.getCachedItemAvailabilityCacheByItemId(itemId).getTotalQuantity());
206
							fdi.setAvailability(inventoryService.getCachedItemAvailabilityCacheByItemId(itemId).getTotalAvailability());
207
							fdi.setQuantityStep(1);
207
							fdi.setQuantityStep(1);
208
							fdi.setMinBuyQuantity(1);
208
							fdi.setMinBuyQuantity(1);
209
							fdi.setMaxQuantity(100);
209
							fdi.setMaxQuantity(100);
210
							fofoAvailabilityInfoMap.put(itemId, fdi);
210
							fofoAvailabilityInfoMap.put(itemId, fdi);
211
					}
211
					}