Subversion Repositories SmartDukaan

Rev

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

Rev 31954 Rev 32037
Line 834... Line 834...
834
								.selectByItemWarehouse(itemId, warehouseId);
834
								.selectByItemWarehouse(itemId, warehouseId);
835
						List<SaholicPOItem> poItemAvailability = null;
835
						List<SaholicPOItem> poItemAvailability = null;
836
						if (poItemAvailabilityMap != null) {
836
						if (poItemAvailabilityMap != null) {
837
							poItemAvailability = poItemAvailabilityMap.get(itemId);
837
							poItemAvailability = poItemAvailabilityMap.get(itemId);
838
						}
838
						}
839
						fdi.setNlc((float)priceCircularItemModel.getNlc());
839
						fdi.setNlc((float)priceCircularItemModel.getNetNlc());
840
 
840
 
841
						for (SaholicCISTable saholicCISTable : currentAvailability) {
841
						for (SaholicCISTable saholicCISTable : currentAvailability) {
842
							saholicCISTable.setWarehouseName(
842
							saholicCISTable.setWarehouseName(
843
									ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));
843
									ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));
844
						}
844
						}