feat(cashflow): add ExchangeRateMutedField.

This commit is contained in:
elforjani13
2022-03-06 20:20:25 +02:00
parent 5c52f80536
commit 7467b63e54
20 changed files with 382 additions and 58 deletions

View File

@@ -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}