mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: customer balance and transactions report.
This commit is contained in:
@@ -142,7 +142,6 @@ export default class TransactionsByCustomersService
|
||||
...this.defaultQuery,
|
||||
...query,
|
||||
};
|
||||
|
||||
const accountsGraph = await accountRepository.getDependencyGraph();
|
||||
const customers = await Customer.query().orderBy('displayName');
|
||||
|
||||
@@ -181,6 +180,7 @@ export default class TransactionsByCustomersService
|
||||
return {
|
||||
data: reportData,
|
||||
columns: reportColumns,
|
||||
query: filter,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user