This commit is contained in:
Fabio Sinibaldi 2018-07-06 12:26:04 +00:00
parent 0ad6871bb1
commit 5c49bc0dfc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class AccountingService {
private AccountingDao dao; private AccountingDao dao;
public AccountingService() { public AccountingService() {
dao = AccountingDao.get(); dao = AccountingDao.get(new PortalContextTreeProvider());
} }
public void getTree() { public void getTree() {