improve filters
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
			
		||||
                        <th>@sortablelink('name', trans('general.name'))</th>
 | 
			
		||||
                        <th>@sortablelink('number', trans('accounts.number'))</th>
 | 
			
		||||
                        <th>@sortablelink('opening_balance', trans('accounts.current_balance'))</th>
 | 
			
		||||
                        <th>@sortablelink('enabled', trans('general.status'))</th>
 | 
			
		||||
                        <th>@sortablelink('enabled', trans_choice('general.statuses', 1))</th>
 | 
			
		||||
                        <th style="width: 15%;">{{ trans('general.actions') }}</th>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                </thead>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user