mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat(cashflow): add ExchangeRateMutedField.
This commit is contained in:
@@ -40,7 +40,7 @@ const warehouseItemRenderer = (
|
||||
<MenuItem
|
||||
active={modifiers.active}
|
||||
disabled={modifiers.disabled}
|
||||
label={warehouse.name.toString()}
|
||||
label={warehouse.code}
|
||||
key={warehouse.id}
|
||||
onClick={handleClick}
|
||||
text={text}
|
||||
|
||||
Reference in New Issue
Block a user