mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix financial statements.
This commit is contained in:
@@ -270,7 +270,7 @@ export default {
|
||||
user_id: user.id,
|
||||
});
|
||||
|
||||
const accountsDepGraph = await Account.depGraph().query().remember();
|
||||
const accountsDepGraph = await Account.depGraph().query();
|
||||
const journalPoster = new JournalPoster(accountsDepGraph);
|
||||
|
||||
entries.forEach((entry) => {
|
||||
|
||||
Reference in New Issue
Block a user