Email Attachments, wrong file name used
When adding a comment with an attachment to a Ticket (HelpDesk) if hte workflow is enabled to send an automated email when a new comment is added, the attachment is not attached to the email.
The fix for this is in /modules/com_vtiger_workflow/tasks/VTEmailTask.inc on line 160, change the reference to $fileDetail['name'] to $fileDetail['storedname'] instead
Edited by Apparao G