Subversion Repositories SmartDukaan

Rev

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

Rev 23911 Rev 23913
Line 172... Line 172...
172
				continue;
172
				continue;
173
			}
173
			}
174
			FileUtils.writeLines(f, lines);
174
			FileUtils.writeLines(f, lines);
175
		}
175
		}
176
		Utils.sendMailWithAttachments(mailSender,"amit.gupta@shop2020.in", null, "Partner Investment Summary", "PFA", Arrays.asList(f));
176
		Utils.sendMailWithAttachments(mailSender,"amit.gupta@shop2020.in", null, "Partner Investment Summary", "PFA", Arrays.asList(f));
177
 
-
 
178
	}
177
	}
179
	
178
	
180
}
179
}
181
180