mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat(InventoryValuation): location query.
This commit is contained in:
@@ -44,10 +44,9 @@ function InventoryValuationHeader({
|
||||
// Initial values.
|
||||
const initialValues = transformToForm(
|
||||
{
|
||||
...pageFilter,
|
||||
...defaultValues,
|
||||
...pageFilter,
|
||||
asDate: moment(pageFilter.asDate).toDate(),
|
||||
warehousesIds: [],
|
||||
},
|
||||
defaultValues,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user