Ticket #5376 (new defect)

Opened 3 months ago

An actual ticket number(ticket id) is not available in column for generating a report.

Reported by: rashmi Assigned to: developer
Priority: unassigned Milestone: 5.1.0
Component: vtigercrm Version: 5.0.4
Keywords: Fixed Cc:

Description

To fix that issue make that changes:

In modules/Reports/Reports.php line 346 : Replace the line: if($module == 'HelpDesk?' && $block = '25')

with the following line:

if($module == 'HelpDesk?' && ((is_string($block) && $block = '25') (is_array($block) && in_array('25',$block))))