Subversion Repositories SmartDukaan

Rev

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

Rev 24136 Rev 24151
Line 103... Line 103...
103
				String[] to = { "adeel.yazdani@smartdukaan.com", "kamal.kumar@smartdukaan.com",
103
				String[] to = { "adeel.yazdani@smartdukaan.com", "kamal.kumar@smartdukaan.com",
104
						"mohinder.mutreja@smartdukaan.com" };
104
						"mohinder.mutreja@smartdukaan.com" };
105
				scheduledTasks.sendMailWithAttachments(to, "Daily Sale Report", message);
105
				scheduledTasks.sendMailWithAttachments(to, "Daily Sale Report", message);
106
				System.exit(0);
106
				System.exit(0);
107
			}
107
			}
-
 
108
			if (args.containsOption("3")) {
-
 
109
				scheduledTasks.processScheme();
-
 
110
				System.exit(0);
-
 
111
			}
108
 
112
 
109
		}
113
		}
110
 
114
 
111
	}
115
	}
112
 
116