Subversion Repositories SmartDukaan

Rev

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

Rev 32846 Rev 32969
Line 40... Line 40...
40
    private PartnerCriteria partnerCriteria;
40
    private PartnerCriteria partnerCriteria;
41
    private String partnerCriteriaString;
41
    private String partnerCriteriaString;
42
 
42
 
43
 
43
 
44
    public LocalDateTime getBillingEndDate() {
44
    public LocalDateTime getBillingEndDate() {
45
        return this.endDate.plusDays(30);
45
        return this.endDate.plusDays(90);
46
    }
46
    }
47
 
47
 
48
    public LocalDateTime getBillingStartDate() {
48
    public LocalDateTime getBillingStartDate() {
49
        return this.startDate.minusDays(30);
49
        return this.startDate.minusDays(30);
50
    }
50
    }