mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	This allows the user to set the “default” currency for an asset account (#305). It doesn’t do anything other than this yet.
This commit is contained in:
		| @@ -17,6 +17,10 @@ | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {{ ExpandedForm.text('name') }} | ||||
|                         {% if what == 'asset' %} | ||||
|                             {# Not really mandatory but OK #} | ||||
|                             {{ ExpandedForm.select('currency_id', currencies) }} | ||||
|                         {% endif %} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
| @@ -17,6 +17,10 @@ | ||||
|                 </div> | ||||
|                 <div class="box-body"> | ||||
|                     {{ ExpandedForm.text('name') }} | ||||
|                     {% if account.accounttype.type == 'Default account' or account.accounttype.type == 'Asset account' %} | ||||
|                         {# Not really mandatory but OK #} | ||||
|                         {{ ExpandedForm.select('currency_id', currencies) }} | ||||
|                     {% endif %} | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user