Edit works again

This commit is contained in:
James Cole
2020-03-14 07:55:00 +01:00
parent fdffed636f
commit 9bb2f1cfd3
5 changed files with 14 additions and 16 deletions

View File

@@ -28,8 +28,8 @@
<h3 class="box-title">{{ 'optionalFields'|_ }}</h3>
</div>
<div class="box-body">
{{ ExpandedForm.select('auto_budget_option', autoBudgetOptions, autoBudget.auto_budget_type) }}
{{ CurrencyForm.currencyList('transaction_currency_id', autoBudget.transaction_currency_id) }}
{{ ExpandedForm.select('auto_budget_type', autoBudgetTypes, autoBudget.auto_budget_type) }}
{{ CurrencyForm.currencyList('auto_budget_currency_id', autoBudget.transaction_currency_id) }}
{{ ExpandedForm.amountNoCurrency('auto_budget_amount', preFilled.auto_budget_amount) }}
{{ ExpandedForm.select('auto_budget_period', autoBudgetPeriods, autoBudget.period) }}
</div>