mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #1463
This commit is contained in:
		| @@ -89,13 +89,13 @@ | ||||
|                         {{ ExpandedForm.amountNoCurrency('amount', []) }} | ||||
|  | ||||
|                         {# source account if withdrawal, or if transfer: #} | ||||
|                         {{ ExpandedForm.assetAccountList('source_account_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|                         {{ ExpandedForm.activeAssetAccountList('source_account_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|  | ||||
|                         {# source account name for deposits: #} | ||||
|                         {{ ExpandedForm.text('source_account_name', null, {label: trans('form.revenue_account')}) }} | ||||
|  | ||||
|                         {# destination if deposit or transfer: #} | ||||
|                         {{ ExpandedForm.assetAccountList('destination_account_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
|                         {{ ExpandedForm.activeAssetAccountList('destination_account_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
|  | ||||
|                         {# destination account name for withdrawals #} | ||||
|                         {{ ExpandedForm.text('destination_account_name', null, {label: trans('form.expense_account')}) }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user