Subversion Repositories SmartDukaan

Rev

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

Rev 29001 Rev 29442
Line 1025... Line 1025...
1025
 
1025
 
1026
	}
1026
	}
1027
 
1027
 
1028
	public void printPendingLeads() {
1028
	public void printPendingLeads() {
1029
		LOGGER.info("PENDING LEADES {}", leadRepository
1029
		LOGGER.info("PENDING LEADES {}", leadRepository
1030
				.selectLeadsScheduledBetweenDate(LocalDateTime.now().minusDays(15), LocalDateTime.now().plusHours(4)));
1030
				.selectLeadsScheduledBetweenDate(null, LocalDateTime.now().minusDays(15), LocalDateTime.now().plusHours(4)));
1031
	}
1031
	}
1032
 
1032
 
1033
	public void removeDuplicateOrders() throws Exception {
1033
	public void removeDuplicateOrders() throws Exception {
1034
		List<String> invoiceNumbers = Arrays.asList(/*
1034
		List<String> invoiceNumbers = Arrays.asList(/*
1035
													 * "DLWE066/1108", "DLWE066/299", "DLWE066/348", "HRFB004/242",
1035
													 * "DLWE066/1108", "DLWE066/299", "DLWE066/348", "HRFB004/242",