mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-24 00:29:49 +00:00
fix: branch & warehouse multi select.
This commit is contained in:
@@ -51,13 +51,12 @@ function ARAgingSummaryHeader({
|
||||
branchesIds: [],
|
||||
filterByOption: 'without-zero-balance',
|
||||
};
|
||||
|
||||
|
||||
// Initial values.
|
||||
const initialValues = transformToForm(
|
||||
{
|
||||
...pageFilter,
|
||||
asDate: moment(pageFilter.asDate).toDate(),
|
||||
branchesIds: [],
|
||||
},
|
||||
defaultValues,
|
||||
);
|
||||
|
||||
@@ -15,5 +15,6 @@ export const getDefaultARAgingSummaryQuery = () => {
|
||||
agingPeriods: 3,
|
||||
customersIds: [],
|
||||
filterByOption: 'without-zero-balance',
|
||||
branchesIds: [],
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user