mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix #8106
This commit is contained in:
		| @@ -80,7 +80,9 @@ | ||||
|                             {{ trans('firefly.not_expected_period') }} | ||||
|                         </td> | ||||
|                         <td class="expected_in_period hidden-sm hidden-xs"> | ||||
|                             {{ formatDate(entry.next_expected_match, monthAndDayFormat) }} | ||||
|                             {% if entry.next_expected_match %} | ||||
|                                 {{ formatDate(entry.next_expected_match, monthAndDayFormat) }} | ||||
|                             {% endif %} | ||||
|                         </td> | ||||
|                     {% endif %} | ||||
|  | ||||
| @@ -116,7 +118,9 @@ | ||||
|                             {% endfor %} | ||||
|                         </td> | ||||
|                         <td class="expected_in_period hidden-sm hidden-xs"> | ||||
|                             {{ formatDate(entry.next_expected_match, monthAndDayFormat) }} | ||||
|                             {% if entry.next_expected_match %} | ||||
|                                 {{ formatDate(entry.next_expected_match, monthAndDayFormat) }} | ||||
|                             {% endif %} | ||||
|                         </td> | ||||
|                     {% endif %} | ||||
|                     {# bill is not active #} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user