mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix all views.
This commit is contained in:
		| @@ -86,7 +86,7 @@ | ||||
|  | ||||
|                         {{ ExpandedForm.text('transaction_description') }} | ||||
|                         {# transaction information (mandatory) #} | ||||
|                         {{ ExpandedForm.currencyList('transaction_currency_id', defaultCurrency.id) }} | ||||
|                         {{ CurrencyForm.currencyList('transaction_currency_id', defaultCurrency.id) }} | ||||
|                         {{ ExpandedForm.amountNoCurrency('amount', []) }} | ||||
|  | ||||
|                         {# source account if withdrawal, or if transfer: #} | ||||
| @@ -115,7 +115,7 @@ | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {# transaction information (optional) #} | ||||
|                         {{ ExpandedForm.currencyListEmpty('foreign_currency_id', 0) }} | ||||
|                         {{ CurrencyForm.currencyListEmpty('foreign_currency_id', 0) }} | ||||
|                         {{ ExpandedForm.amountNoCurrency('foreign_amount', []) }} | ||||
|  | ||||
|                         {# BUDGET ONLY WHEN CREATING A WITHDRAWAL #} | ||||
| @@ -132,7 +132,7 @@ | ||||
|                         {{ ExpandedForm.text('tags') }} | ||||
|  | ||||
|                         {# RELATE THIS TRANSFER TO A PIGGY BANK #} | ||||
|                         {{ ExpandedForm.piggyBankList('piggy_bank_id',0) }} | ||||
|                         {{ PiggyBankForm.piggyBankList('piggy_bank_id',0) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
| @@ -84,7 +84,7 @@ | ||||
|                         {# end of three buttons#} | ||||
|                         {{ ExpandedForm.text('transaction_description', array.transactions[0].description) }} | ||||
|                         {# transaction information (mandatory) #} | ||||
|                         {{ ExpandedForm.currencyList('transaction_currency_id', array.transactions[0].currency_id) }} | ||||
|                         {{ CurrencyForm.currencyList('transaction_currency_id', array.transactions[0].currency_id) }} | ||||
|                         {{ ExpandedForm.amountNoCurrency('amount', array.transactions[0].amount) }} | ||||
|  | ||||
|                         {# source account if withdrawal, or if transfer: #} | ||||
| @@ -116,7 +116,7 @@ | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {# transaction information (optional) #} | ||||
|                         {{ ExpandedForm.currencyListEmpty('foreign_currency_id', array.transactions[0].foreign_currency_id) }} | ||||
|                         {{ CurrencyForm.currencyListEmpty('foreign_currency_id', array.transactions[0].foreign_currency_id) }} | ||||
|                         {{ ExpandedForm.amountNoCurrency('foreign_amount', array.transactions[0].foreign_amount) }} | ||||
|  | ||||
|                         {# BUDGET ONLY WHEN CREATING A WITHDRAWAL #} | ||||
| @@ -155,7 +155,7 @@ | ||||
|                         {{ ExpandedForm.text('tags', tags) }} | ||||
|  | ||||
|                         {# RELATE THIS TRANSFER TO A PIGGY BANK #} | ||||
|                         {{ ExpandedForm.piggyBankList('piggy_bank_id',piggyBankId) }} | ||||
|                         {{ PiggyBankForm.piggyBankList('piggy_bank_id',piggyBankId) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user