Subversion Repositories SmartDukaan

Rev

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

Rev 33249 Rev 33407
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{
773
                            fdi.setNlc((float) priceCircularItemModel.getNetNlc());
778
                                fdi.setNlc((float) priceCircularItemModel.getNetNlc());
-
 
779
                            }
-
 
780
 
774
                        }
781
                        }
775
 
782
 
776
                        for (SaholicCISTable saholicCISTable : currentAvailability) {
783
                        for (SaholicCISTable saholicCISTable : currentAvailability) {
777
                            saholicCISTable.setWarehouseName(
784
                            saholicCISTable.setWarehouseName(
778
                                    ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));
785
                                    ProfitMandiConstants.WAREHOUSE_MAP.get(saholicCISTable.getWarehouseFrom()));