mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Merge branch 'feature/multi-dimensions' of https://github.com/bigcapitalhq/client into feature/multi-dimensions
This commit is contained in:
@@ -115,7 +115,11 @@ export function transformValueToRequest(values) {
|
||||
return {
|
||||
...values,
|
||||
entries: entries.map((entry) => ({
|
||||
...omit(entry, ['warehouses']),
|
||||
...omit(entry, [
|
||||
'warehouses',
|
||||
'destination_warehouse',
|
||||
'source_warehouse',
|
||||
]),
|
||||
})),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user