mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #3160
This commit is contained in:
		| @@ -1108,7 +1108,12 @@ try { | ||||
|                 $title = limitStringLength($group->title); | ||||
|             } | ||||
|             if('opening balance' === $type) { | ||||
|  | ||||
|                 // TODO  link to account. | ||||
|                 $breadcrumbs->push($title, route('transactions.show', [$group->id])); | ||||
|                 return; | ||||
|             } | ||||
|             if('reconciliation' === $type) { | ||||
|                 // TODO  link to account. | ||||
|                 $breadcrumbs->push($title, route('transactions.show', [$group->id])); | ||||
|                 return; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user