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:
snipe 2022-06-06 19:35:07 -07:00 committed by GitHub
commit 773997a492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,