feat(InventoryValuation): location query.

This commit is contained in:
a.bouhuolia
2022-03-23 21:26:19 +02:00
parent eecb81e882
commit 8fc11b3237
6 changed files with 116 additions and 41 deletions

View File

@@ -44,10 +44,9 @@ function InventoryValuationHeader({
// Initial values.
const initialValues = transformToForm(
{
...pageFilter,
...defaultValues,
...pageFilter,
asDate: moment(pageFilter.asDate).toDate(),
warehousesIds: [],
},
defaultValues,
);