mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: Filter financial reports by items, customers or vendors.
This commit is contained in:
@@ -83,7 +83,7 @@ export default class ARAgingSummaryService {
|
||||
});
|
||||
// Retrieve all customers from the storage.
|
||||
const customers =
|
||||
filter.customersIds.length > 0
|
||||
(filter.customersIds.length > 0)
|
||||
? await customerRepository.findWhereIn('id', filter.customersIds)
|
||||
: await customerRepository.all();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user