I want to remove the Type field from the Mass Update section of the Accounts tab, but I can't seem to find a way to turn a pre-defined field off.
Thanks in advance for the help,
David
I want to remove the Type field from the Mass Update section of the Accounts tab, but I can't seem to find a way to turn a pre-defined field off.
Thanks in advance for the help,
David
open /modules/Accounts/vardefs.php, find line:
and change it to:PHP Code:...
'account_type' =>
array (
'name' => 'account_type',
'vname' => 'LBL_TYPE',
'type' => 'enum',
'options' => 'account_type_dom',
'len'=>25,
'comment' => 'The account is of this type',
),
...
PHP Code:...
'account_type' =>
array (
'name' => 'account_type',
'vname' => 'LBL_TYPE',
'type' => 'enum',
'options' => 'account_type_dom',
'len'=>25,
'comment' => 'The account is of this type',
'massupdate' => false
),
...
Farkhad Rakhimzhanov
E-mail: farkhad@gmail.com
Skype: rakikama
SuperTimesheet and Invoicing — timesheet tool with invoicing for SugarCRM.
Book time against Cases, Project Tasks and Projects.
Create invoice regarding booked time, print it in PDF or HTML,
customize template as you like.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks