Subversion Repositories SmartDukaan

Rev

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

Rev 26698 Rev 26700
Line 506... Line 506...
506
						fdi.setSellingPrice((float) childItem.getDouble("sellingPrice_f"));
506
						fdi.setSellingPrice((float) childItem.getDouble("sellingPrice_f"));
507
						fdi.setMop((float) childItem.getDouble("mop_f"));
507
						fdi.setMop((float) childItem.getDouble("mop_f"));
508
						fdi.setColor(childItem.has("color_s") ? childItem.getString("color_s") : "");
508
						fdi.setColor(childItem.has("color_s") ? childItem.getString("color_s") : "");
509
						fdi.setTagId(childItem.getInt("tagId_i"));
509
						fdi.setTagId(childItem.getInt("tagId_i"));
510
						fdi.setItem_id(itemId);
510
						fdi.setItem_id(itemId);
-
 
511
						fdi.setMrp(tl.getMrp());
511
						// In case its tampered glass moq should be 5
512
						// In case its tampered glass moq should be 5
512
						fdi.setMinBuyQuantity(1);
513
						fdi.setMinBuyQuantity(1);
513
						if (hotDeal || !tl.isActive()) {
514
						if (hotDeal || !tl.isActive()) {
514
 
515
 
515
							int totalAvailability = 0; // Using item availability
516
							int totalAvailability = 0; // Using item availability