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

@@ -32,6 +32,7 @@ const defaultInitialValues = {
description: '',
branch_id: '',
publish: '',
exchange_rate: 1,
};
function MoneyInForm({
@@ -69,7 +70,6 @@ function MoneyInForm({
transaction_number: transactionNo,
}),
cashflow_account_id: accountId,
exchange_rate: 1,
};
// Handles the form submit.