[Legacy] Remove Fax field from view defs

This commit is contained in:
Jack Anderson 2025-01-29 15:12:55 +00:00
parent 59d0ac8a16
commit cfda4d0941
3 changed files with 15 additions and 38 deletions

View file

@ -180,9 +180,8 @@ array(
),
1 =>
array(
'name' => 'phone_office',
'comment' => 'The office phone number',
'label' => 'LBL_PHONE_OFFICE',
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO',
),
),
1 =>
@ -199,9 +198,9 @@ array(
),
1 =>
array(
'name' => 'phone_fax',
'comment' => 'The fax phone number of this company',
'label' => 'LBL_FAX',
'name' => 'phone_office',
'comment' => 'The office phone number',
'label' => 'LBL_PHONE_OFFICE',
),
),
2 =>
@ -245,14 +244,6 @@ array(
'label' => 'LBL_DESCRIPTION',
),
),
5 =>
array(
0 =>
array(
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO',
),
),
),
'LBL_PANEL_ADVANCED' =>
array(

View file

@ -304,7 +304,10 @@ $viewdefs ['Contacts'] =
'name' => 'full_name',
'label' => 'LBL_NAME',
),
1 => '',
1 => array(
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO_NAME',
),
),
1 =>
array(
@ -340,11 +343,7 @@ $viewdefs ['Contacts'] =
'name' => 'account_name',
'label' => 'LBL_ACCOUNT_NAME',
),
1 =>
array(
'name' => 'phone_fax',
'label' => 'LBL_FAX_PHONE',
),
1 => ''
),
4 =>
array(
@ -388,14 +387,6 @@ $viewdefs ['Contacts'] =
),
1 => '',
),
7 =>
array(
0 =>
array(
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO_NAME',
),
),
),
'LBL_PANEL_ADVANCED' =>
array(

View file

@ -201,7 +201,10 @@ $viewdefs ['Leads'] =
'name' => 'full_name',
'label' => 'LBL_NAME',
),
1 => 'phone_work',
1 => array(
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO',
),
),
1 =>
array(
@ -211,7 +214,7 @@ $viewdefs ['Leads'] =
2 =>
array(
0 => 'department',
1 => 'phone_fax',
1 => 'phone_work',
),
3 =>
array(
@ -252,14 +255,6 @@ $viewdefs ['Leads'] =
array(
0 => 'description',
),
7 =>
array(
0 =>
array(
'name' => 'assigned_user_name',
'label' => 'LBL_ASSIGNED_TO',
),
),
),
'LBL_PANEL_ADVANCED' =>
array(