Subversion Repositories SmartDukaan

Rev

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

Rev 33407 Rev 33410
Line 768... Line 768...
768
                        if (poItemAvailabilityMap != null) {
768
                        if (poItemAvailabilityMap != null) {
769
                            poItemAvailability = poItemAvailabilityMap.get(itemId);
769
                            poItemAvailability = poItemAvailabilityMap.get(itemId);
770
                        }
770
                        }
771
 
771
 
772
                        if (priceCircularItemModel != null) {
772
                        if (priceCircularItemModel != null) {
773
 
-
 
774
 
-
 
775
                            if(fofoId==175139287){
-
 
776
                                fdi.setNlc((float) 0);
-
 
777
                            }else{
-
 
778
                                fdi.setNlc((float) priceCircularItemModel.getNetNlc());
773
                            fdi.setNlc((float) priceCircularItemModel.getNetNlc());
779
                            }
-
 
780
 
-
 
781
                        }
774
                        }
782
 
775
 
783
                        for (SaholicCISTable saholicCISTable : currentAvailability) {
776
                        for (SaholicCISTable saholicCISTable : currentAvailability) {
784
                            saholicCISTable.setWarehouseName(
777
                            saholicCISTable.setWarehouseName(
785
                                    ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));
778
                                    ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));