mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
feat: Transfer from & to account.
This commit is contained in:
@@ -128,8 +128,7 @@ function TransferToAccountFormFields() {
|
||||
{({ form, field, meta: { error, touched } }) => (
|
||||
<FormGroup
|
||||
label={
|
||||
'Transfer account'
|
||||
// <T id={'cash_flow_transaction.label_transfer_from_account'} />
|
||||
<T id={'cash_flow_transaction.label_transfer_to_account'} />
|
||||
}
|
||||
labelInfo={<FieldRequiredHint />}
|
||||
intent={inputIntent({ error, touched })}
|
||||
|
||||
Reference in New Issue
Block a user