Subversion Repositories SmartDukaan

Rev

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

Rev 27126 Rev 27130
Line 698... Line 698...
698
					if (authUserPartnerListMap.containsKey(l1AuthUserId)) {
698
					if (authUserPartnerListMap.containsKey(l1AuthUserId)) {
699
						List<Integer> l1FofoIds = authUserPartnerListMap.get(l1SalePosition.getAuthUserId());
699
						List<Integer> l1FofoIds = authUserPartnerListMap.get(l1SalePosition.getAuthUserId());
700
						if (l2FofoIds.containsAll(l1FofoIds)) {
700
						if (l2FofoIds.containsAll(l1FofoIds)) {
701
							mappedL1AuthUsers.add(l1AuthUserId);
701
							mappedL1AuthUsers.add(l1AuthUserId);
702
						}
702
						}
703
 
-
 
704
					}
703
					}
705
 
704
 
706
				}
705
				}
707
			}
706
			}
708
 
707