Ippezrobert opened a new pull request #714: Allow Using Custom Tenant date from database (Custom Requirement) URL: https://github.com/apache/fineract/pull/714 This is in regards to PR https://github.com/apache/fineract/pull/563 but am getting compilation error on > DateUtils.java:78: error: non-static method getCurrentDateOfTenant(Long) cannot be referenced from a static context > today = new LocalDate(OfficeRepository.getCurrentDateOfTenant(officeId)); and also on line > DateUtils.java:101: error: non-static method getCurrentDateOfTenant(Long) cannot be referenced from a static context > today = new LocalDateTime(OfficeRepository.getCurrentDateOfTenant(officeId)); @mohitsinha , @awasum @vorburger want to help me debug this? so that i can sent a final PR for review
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
