Include org name in default columns for org view

This commit is contained in:
Nathan Gray 2015-03-31 15:34:21 +00:00
parent 82fef6bf66
commit 82d09611ad

View File

@ -226,6 +226,7 @@ class addressbook_ui extends addressbook_bo
'do_email' => $do_email ? 1 : 0,
// using a positiv list now, as we constantly adding new columns in addressbook, but not removing them from default
'default_cols' => 'type,n_fileas_n_given_n_family_n_family_n_given_org_name_n_family_n_given_n_fileas,'.
'org_name,'.
'business_adr_one_countrycode_adr_one_postalcode,tel_work_tel_cell_tel_home,url_email_email_home',
/* old negative list
'default_cols' => '!cat_id,contact_created_contact_modified,distribution_list,contact_id,owner,room',*/