Subversion Repositories SmartDukaan

Rev

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

Rev 35600 Rev 35631
Line 189... Line 189...
189
    @JsonIgnore
189
    @JsonIgnore
190
    public LocalDateTime getBillingStartDate() {
190
    public LocalDateTime getBillingStartDate() {
191
        return this.startDate == null ? null : this.startDate.minusDays(30);
191
        return this.startDate == null ? null : this.startDate.minusDays(30);
192
    }
192
    }
193
 
193
 
194
 
-
 
195
}
194
}