mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make some charts multi-currency.
This commit is contained in:
		| @@ -104,7 +104,7 @@ try { | ||||
|             $what = config('firefly.shortNamesByFullName.' . $account->accountType->type); | ||||
|  | ||||
|             $breadcrumbs->parent('accounts.index', $what); | ||||
|             $breadcrumbs->push(limitStringLength($account->name), route('accounts.show', [$account->id])); | ||||
|             $breadcrumbs->push(limitStringLength($account->name), route('accounts.show.all', [$account->id])); | ||||
|             if (null !== $start && null !== $end) { | ||||
|                 $title = trans( | ||||
|                     'firefly.between_dates_breadcrumb', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user