mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Shared expense should of course be shared asset.
This commit is contained in:
		| @@ -2,7 +2,9 @@ | ||||
|     <tr> | ||||
|         <th> </th> | ||||
|         <th>Name</th> | ||||
|         @if(isset($what) && $what == 'asset') | ||||
|         <th>Role</th> | ||||
|         @endif | ||||
|         <th>Current balance</th> | ||||
|         <th>Active</th> | ||||
|         <th>Last activity</th> | ||||
| @@ -16,7 +18,9 @@ | ||||
|             </div> | ||||
|         </td> | ||||
|         <td><a href="{{route('accounts.show',$account->id)}}">{{{$account->name}}}</a></td> | ||||
|         @if(isset($what) && $what == 'asset') | ||||
|         <td>{{{$account->accountRole}}}</td> | ||||
|         @endif | ||||
|         <td>{!! Amount::format(Steam::balance($account)) !!}</td> | ||||
|         <td> | ||||
|             @if($account->active) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user