Subversion Repositories SmartDukaan

Rev

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

Rev 25563 Rev 25565
Line 645... Line 645...
645
				new ByteArrayResource(baos.toByteArray()));
645
				new ByteArrayResource(baos.toByteArray()));
646
 
646
 
647
	}
647
	}
648
 
648
 
649
	public void sendPartnerInvestmentDetails() throws Exception {
649
	public void sendPartnerInvestmentDetails() throws Exception {
650
		this.sendTargetVsSalesReport(null);
650
		this.sendPartnerInvestmentDetails(null);
651
 
651
 
652
	}
652
	}
653
 
653
 
654
	public void sendTargetVsSalesReport(List<String> sendTo) throws Exception {
654
	public void sendTargetVsSalesReport(List<String> sendTo) throws Exception {
655
 
655