Subversion Repositories SmartDukaan

Rev

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

Rev 5502 Rev 5503
Line 125... Line 125...
125
					StringBuffer sbProds2 = new StringBuffer();
125
					StringBuffer sbProds2 = new StringBuffer();
126
					for (Long anotherEntityId : entry.getValue().keySet()) {
126
					for (Long anotherEntityId : entry.getValue().keySet()) {
127
						if(entityId.equals(anotherEntityId)){
127
						if(entityId.equals(anotherEntityId)){
128
							continue;
128
							continue;
129
						}
129
						}
130
						Entity anotherEntity = CreationUtils.getEntity(entityId);
130
						Entity anotherEntity = CreationUtils.getEntity(anotherEntityId);
131
						if(anotherEntity == null) {
131
						if(anotherEntity == null) {
132
							continue;
132
							continue;
133
						}
133
						}
134
						ExpandedEntity anotherExpandedEntity = new ExpandedEntity(anotherEntity);
134
						ExpandedEntity anotherExpandedEntity = new ExpandedEntity(anotherEntity);
135
						Category anotherCategory = anotherExpandedEntity.getCategory();
135
						Category anotherCategory = anotherExpandedEntity.getCategory();