Subversion Repositories SmartDukaan

Rev

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

Rev 32390 Rev 34211
Line 246... Line 246...
246
				}
246
				}
247
 
247
 
248
			}
248
			}
249
		}
249
		}
250
 
250
 
251
		Utils.sendMailWithAttachments(googleMailSender, new String[] { "tejbeer.kaur@Smartdukaan.com" }, null,
251
		Utils.sendMailWithAttachments(googleMailSender, new String[] { "vikas.jangra@smartdukaan.com" }, null,
252
				"DTDC AWb", "PFA", attachments.toArray(new Utils.Attachment[attachments.size()]));
252
				"DTDC AWb", "PFA", attachments.toArray(new Utils.Attachment[attachments.size()]));
253
 
253
 
254
		LOGGER.info("billedOrderListModels" + billedOrderListModels);
254
		LOGGER.info("billedOrderListModels" + billedOrderListModels);
255
 
255
 
256
		return billedOrderListModels;
256
		return billedOrderListModels;