Subversion Repositories SmartDukaan

Rev

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

Rev 30421 Rev 30449
Line 249... Line 249...
249
 
249
 
250
	}
250
	}
251
 
251
 
252
	@Scheduled(fixedDelay = 30 * 60 * 1000)
252
	@Scheduled(fixedDelay = 30 * 60 * 1000)
253
	public void updateIrnsToInvoices() throws Throwable {
253
	public void updateIrnsToInvoices() throws Throwable {
254
 
-
 
255
		runOnceTasks.updateIrnsToInvoices();
254
		runOnceTasks.updateIrnsToInvoices();
256
	}
255
	}
257
 
256
 
258
	@Scheduled(cron = "0 */10 * * * *")
257
	@Scheduled(cron = "0 */10 * * * *")
259
	public void attachToffeeInvoices() throws Throwable {
258
	public void attachToffeeInvoices() throws Throwable {