Subversion Repositories SmartDukaan

Rev

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

Rev 28745 Rev 28746
Line 118... Line 118...
118
	@Autowired
118
	@Autowired
119
	private NotificationService notificationService;
119
	private NotificationService notificationService;
120
 
120
 
121
	public static final Map<String, Integer> MIN_BRAND_QTY_LIMIT = new HashMap<>();
121
	public static final Map<String, Integer> MIN_BRAND_QTY_LIMIT = new HashMap<>();
122
 
122
 
123
	List<EscalationType> esclationType = Arrays.asList(EscalationType.L3, EscalationType.L4);
123
	List<EscalationType> esclationType = Arrays.asList(EscalationType.L3, EscalationType.L4, EscalationType.L2);
124
 
124
 
125
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "tarun.verma@smartdukaan.com");
125
	List<String> emails = Arrays.asList("kamini.sharma@smartdukaan.com", "tarun.verma@smartdukaan.com");
126
 
126
 
127
	static {
127
	static {
128
		// MIN_BRAND_QTY_LIMIT.put("Realme", 10);
128
		// MIN_BRAND_QTY_LIMIT.put("Realme", 10);