Subversion Repositories SmartDukaan

Rev

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

Rev 30686 Rev 30690
Line 655... Line 655...
655
							}
655
							}
656
						}
656
						}
657
						fdi.setSaholicCISTableList(new ArrayList<>(map.values()));
657
						fdi.setSaholicCISTableList(new ArrayList<>(map.values()));
658
						String poColor = "grey";
658
						String poColor = "grey";
659
						boolean active = false;
659
						boolean active = false;
-
 
660
						if (fofoCatalogResponse.getCatalogId() == 1023216) {
-
 
661
							logger.info("currentAvailability --> {}", currentAvailability);
-
 
662
						}
660
						if (currentAvailability != null && currentAvailability.stream()
663
						if (currentAvailability != null && currentAvailability.stream()
661
								.collect(Collectors.summingInt(SaholicCISTable::getNetAvailability)) > 0) {
664
								.collect(Collectors.summingInt(SaholicCISTable::getNetAvailability)) > 0) {
662
							poColor = "green";
665
							poColor = "green";
663
							modelColorClass = "green";
666
							modelColorClass = "green";
664
						} else if (poItemAvailability != null && poItemAvailability.stream()
667
						} else if (poItemAvailability != null && poItemAvailability.stream()