mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
BIG-52: fix customize Report in purchases by items report not working.
BIG-55: fix customize report in inventory valuation report not working. BIG-56: fix customize report in Inventory item details report not working.
This commit is contained in:
@@ -20,19 +20,11 @@ function ARAgingSummaryProvider({ filter, ...props }) {
|
||||
refetch,
|
||||
} = useARAgingSummaryReport(query, { keepPreviousData: true });
|
||||
|
||||
// Retrieve the customers list.
|
||||
const {
|
||||
data: { customers },
|
||||
isFetching: isCustomersFetching,
|
||||
} = useCustomers();
|
||||
|
||||
const provider = {
|
||||
ARAgingSummary,
|
||||
customers,
|
||||
|
||||
isARAgingLoading,
|
||||
isARAgingFetching,
|
||||
isCustomersFetching,
|
||||
refetch,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user