mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix the references for AccountForm.
This commit is contained in:
		| @@ -93,7 +93,7 @@ | ||||
|                         {{ AccountForm.activeLongAccountList('source_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|  | ||||
|                         {# for deposits, a drop down with revenue accounts, loan debt cash and mortgage #} | ||||
|                         {{ ExpandedForm.activeDepositDestinations('deposit_source_id', null, {label: trans('form.deposit_source_id')}) }} | ||||
|                         {{ AccountForm.activeDepositDestinations('deposit_source_id', null, {label: trans('form.deposit_source_id')}) }} | ||||
|  | ||||
|                         {# destination if deposit or transfer: #} | ||||
|                         {{ AccountForm.activeLongAccountList('destination_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
| @@ -102,7 +102,7 @@ | ||||
|                         {#{{ ExpandedForm.text('destination_name', null, {label: trans('form.expense_account')}) }} #} | ||||
|  | ||||
|                         {# for withdrawals, also a drop down with expense accounts, loans, debts, mortgages or (cash). #} | ||||
|                         {{ ExpandedForm.activeWithdrawalDestinations('withdrawal_destination_id', null, {label: trans('form.withdrawal_destination_id')}) }} | ||||
|                         {{ AccountForm.activeWithdrawalDestinations('withdrawal_destination_id', null, {label: trans('form.withdrawal_destination_id')}) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user