Subversion Repositories SmartDukaan

Rev

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

Rev 33555 Rev 33607
Line 4081... Line 4081...
4081
                    filteredRows.add(loan);
4081
                    filteredRows.add(loan);
4082
                }
4082
                }
4083
            }
4083
            }
4084
            if (!filteredRows.isEmpty()) {
4084
            if (!filteredRows.isEmpty()) {
4085
                String messageText = this.getMessageForDueDateExtend(filteredRows);
4085
                String messageText = this.getMessageForDueDateExtend(filteredRows);
4086
                String[] email = new String[]{storeGuyEntry.getKey()};
4086
                String[] email = new String[]{storeGuyEntry.getKey(),"puneet.wahi@smartdukaan.com"};
4087
 
4087
 
4088
                this.sendMailOfHtmlFormat(googleMailSender, email, messageText, null, subject);
4088
                this.sendMailOfHtmlFormat(googleMailSender, email, messageText, null, subject);
4089
 
4089
 
4090
            }
4090
            }
4091
 
4091
 
Line 4244... Line 4244...
4244
                    filteredRows.add(loan);
4244
                    filteredRows.add(loan);
4245
                }
4245
                }
4246
            }
4246
            }
4247
            if (!filteredRows.isEmpty()) {
4247
            if (!filteredRows.isEmpty()) {
4248
                String messageText = this.getMessageForDueDateCross(filteredRows);
4248
                String messageText = this.getMessageForDueDateCross(filteredRows);
4249
                String[] email = new String[]{storeGuyEntry.getKey()};
4249
                String[] email = new String[]{storeGuyEntry.getKey(),"puneet.wahi@smartdukaan.com"};
4250
 
4250
 
4251
                this.sendMailOfHtmlFormat(googleMailSender, email, messageText, null, "Due Date Cross");
4251
                this.sendMailOfHtmlFormat(googleMailSender, email, messageText, null, "Due Date Cross");
4252
 
4252
 
4253
            }
4253
            }
4254
 
4254