mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix(webap): sales by items query state from query string
This commit is contained in:
@@ -42,7 +42,6 @@ const parseInventoryValuationQuery = (locationQuery) => {
|
||||
|
||||
// Ensures the branches/warehouses ids is always array.
|
||||
itemsIds: castArray(transformed.itemsIds),
|
||||
|
||||
branchesIds: castArray(transformed.branchesIds),
|
||||
warehousesIds: castArray(transformed.warehousesIds),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user