Don’t show bank account balance when importing transaction CSV
This commit is contained in:
parent
573d50a44c
commit
8200f7904a
|
|
@ -583,6 +583,7 @@ class __FileMapperState extends State<_FileMapper> {
|
|||
validator: (dynamic value) => (_bankAccountId ?? '').isEmpty
|
||||
? localization.pleaseEnterAValue
|
||||
: null,
|
||||
overrideSuggestedAmount: (entity) => '',
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue