Subversion Repositories SmartDukaan

Rev

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

Rev 30913 Rev 30926
Line 222... Line 222...
222
 
222
 
223
	}
223
	}
224
 
224
 
225
	// TODO: Change it back to first of every month
225
	// TODO: Change it back to first of every month
226
	// @Scheduled(cron = "0 0 1 1 * *")
226
	// @Scheduled(cron = "0 0 1 1 * *")
227
	@Scheduled(cron = "0 0 1 9 * *")
227
	@Scheduled(cron = "0 0 1 2 * *")
228
	public void rollOutUpgardedMargins() throws Exception {
228
	public void rollOutUpgardedMargins() throws Exception {
229
		scheduledTasks.rollOutUpgardedMarginsNextMonth();
229
		scheduledTasks.rollOutUpgardedMarginsNextMonth();
230
 
230
 
231
	}
231
	}
232
 
232