mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: baseCurrency in itemForm.
This commit is contained in:
@@ -183,7 +183,7 @@ export default compose(
|
|||||||
withAccounts(({ accountsList }) => ({
|
withAccounts(({ accountsList }) => ({
|
||||||
accountsList,
|
accountsList,
|
||||||
})),
|
})),
|
||||||
withSettings(({ organization }) => ({
|
withSettings(({ organizationSettings }) => ({
|
||||||
baseCurrency: 'USD',
|
baseCurrency: organizationSettings?.baseCurrency,
|
||||||
})),
|
})),
|
||||||
)(ItemFormBody);
|
)(ItemFormBody);
|
||||||
|
|||||||
Reference in New Issue
Block a user