[Vtigercrm-commits] [vtiger development] #5936: Customize Record Numbering doesn't work if Leads modules is disabled
vtiger development
vtiger-tickets at trac.vtiger.com
Wed May 20 11:32:30 EDT 2009
#5936: Customize Record Numbering doesn't work if Leads modules is disabled
------------------------------+---------------------------------------------
Reporter: Pierluigi.Bucolo | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val2
Keywords: |
------------------------------+---------------------------------------------
I use only a few module (trouble tickets, report, calendar and contacts)
so I have disabled all others.
It's impossible to use Customize Record Numbering, because it search for a
current module and if it's empty try to use 'Leads':
(in modules/Settings/CustomModEntityNo.php)
> $selectedModule = $_REQUEST['selmodule'];
> if($selectedModule == '') $selectedModule = 'Leads';
I have Leads disbled so I got this error when click on Customize Record
Numbering
Fatal error: Call to a member function getModuleSeqInfo() on a non-object
in /var/www/510V2/modules/Settings/CustomModEntityNo.php on line 66
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5936>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list