Subversion Repositories SmartDukaan

Rev

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

Rev 34244 Rev 34246
Line 4114... Line 4114...
4114
 
4114
 
4115
            }
4115
            }
4116
 
4116
 
4117
        }
4117
        }
4118
        String messageText = this.getMessageForDueDateCross(dueDateCrossLoans);
4118
        String messageText = this.getMessageForDueDateCross(dueDateCrossLoans);
4119
        this.sendMailOfHtmlFormat(googleMailSender, new String[]{"puneet.wahi@smartdukaan.com"}, messageText, null, "Due Date Cross");
4119
        this.sendMailOfHtmlFormat(googleMailSender, new String[]{"puneet.wahi@smartdukaan.com,","rahul.latwal@smartdukaan.com"}, messageText, null, "Due Date Cross");
4120
 
4120
 
4121
 
4121
 
4122
        if (!dueDateCrossLoans.isEmpty()) {
4122
        if (!dueDateCrossLoans.isEmpty()) {
4123
            for (Loan loan : dueDateCrossLoans) {
4123
            for (Loan loan : dueDateCrossLoans) {
4124
 
4124