Subversion Repositories SmartDukaan

Rev

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

Rev 32672 Rev 32696
Line 137... Line 137...
137
			e.printStackTrace();
137
			e.printStackTrace();
138
		}
138
		}
139
		return tagListings;
139
		return tagListings;
140
	}
140
	}
141
 
141
 
142
	public static final List<Integer> mopVoilatedRetailerIds = Arrays.asList(175139079);
142
	public static final List<Integer> mopVoilatedRetailerIds = Arrays.asList(175139363, 175139404);
143
 
143
 
144
	@Override
144
	@Override
145
	public List<Integer> getMopVoilatedRetailerIds() {
145
	public List<Integer> getMopVoilatedRetailerIds() {
146
		return mopVoilatedRetailerIds;
146
		return mopVoilatedRetailerIds;
147
	}
147
	}