Merge pull request #11261 from snipe/features/11255_add_location_2_to_locations_listing
Fixed #11255 - add address 2 field to locations listing
This commit is contained in:
commit
773997a492
1 changed files with 8 additions and 0 deletions
|
@ -90,6 +90,14 @@ class LocationPresenter extends Presenter
|
||||||
'title' => trans('admin/locations/table.address'),
|
'title' => trans('admin/locations/table.address'),
|
||||||
'visible' => true,
|
'visible' => true,
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'field' => 'address2',
|
||||||
|
'searchable' => true,
|
||||||
|
'sortable' => true,
|
||||||
|
'switchable' => true,
|
||||||
|
'title' => trans('admin/locations/table.address'),
|
||||||
|
'visible' => false,
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'field' => 'city',
|
'field' => 'city',
|
||||||
'searchable' => true,
|
'searchable' => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue