mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Big bunch of code to improve test coverage.
This commit is contained in:
		| @@ -39,6 +39,19 @@ | ||||
|                     {% endif %} | ||||
|                 {% endfor %} | ||||
|  | ||||
|                 {% for entry in period.transferred %} | ||||
|                     {% if entry.amount != 0 %} | ||||
|                         <tr> | ||||
|                             <td style="width:33%;">{{ 'transferred'|_ }}</td> | ||||
|                             <td style="text-align: right;"> | ||||
|                                 <span title="{{ entry.count }}"> | ||||
|                                     {{ formatAmountBySymbol(entry.amount*-1, entry.currency_symbol, entry.currency_decimal_places) }} | ||||
|                                 </span> | ||||
|                             </td> | ||||
|                         </tr> | ||||
|                     {% endif %} | ||||
|                 {% endfor %} | ||||
|  | ||||
|                 {% for entry in period.transferred_away %} | ||||
|                     {% if entry.amount != 0 %} | ||||
|                         <tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user