mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fixed some views.
This commit is contained in:
		| @@ -71,14 +71,14 @@ | ||||
|             {{$journal->date->format('j F Y')}} | ||||
|         </td> | ||||
|         <td> | ||||
|             @if($journal->transactions[0]->account->accounttype->description == 'Cash account') | ||||
|             @if($journal->transactions[0]->account->accounttype->type == 'Cash account') | ||||
|                 <span class="text-success">(cash)</span> | ||||
|             @else | ||||
|                 <a href="{{route('accounts.show',$journal->transactions[0]->account_id)}}">{{{$journal->transactions[0]->account->name}}}</a> | ||||
|             @endif | ||||
|         </td> | ||||
|         <td> | ||||
|             @if($journal->transactions[1]->account->accounttype->description == 'Cash account') | ||||
|             @if($journal->transactions[1]->account->accounttype->type == 'Cash account') | ||||
|                 <span class="text-success">(cash)</span> | ||||
|             @else | ||||
|                 <a href="{{route('accounts.show',$journal->transactions[1]->account_id)}}">{{{$journal->transactions[1]->account->name}}}</a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user