[Vtigercrm-commits] [vtiger development] #5562: Report column title prefixed
vtiger development
vtiger-tickets at trac.vtiger.com
Sun May 31 15:44:59 EDT 2009
#5562: Report column title prefixed
------------------------+---------------------------------------------------
Reporter: prasad | Owner: sandeep
Type: defect | Status: closed
Priority: minor | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Comment (by Pierluigi.Bucolo):
The prefix in the column name is always present.
It seems that the $modules is empty in the follow function
(modules/Reports/ReportRun.php):
function getLstringforReportHeaders($fldname)
{
global
$modules,$current_language,$current_user,$app_strings;
$rep_header = ltrim(str_replace($modules," ",$fldname));
.......
}
Replacing the row with:
$rep_header = ltrim(str_replace("HelpDesk"," ",$fldname));
the report columns are displayed without module name.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5562#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list