mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat(cashflow): add ExchangeRateMutedField.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user