mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added address2 to column selector for locations listing
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
96644ab6b9
commit
8333c80b7a
|
@ -90,6 +90,14 @@ class LocationPresenter extends Presenter
|
|||
'title' => trans('admin/locations/table.address'),
|
||||
'visible' => true,
|
||||
],
|
||||
[
|
||||
'field' => 'address2',
|
||||
'searchable' => true,
|
||||
'sortable' => true,
|
||||
'switchable' => true,
|
||||
'title' => trans('admin/locations/table.address'),
|
||||
'visible' => false,
|
||||
],
|
||||
[
|
||||
'field' => 'city',
|
||||
'searchable' => true,
|
||||
|
|
Loading…
Reference in a new issue