Hello,
... I'm trying to edit the following line in TTXticket.pm to display 2 additional custom fields .... however I keep on getting "HASH" msgs
$subject .= " for ".$ticket->{"c9"}
... or
Do i have to write 2 additional line in order for it work ...
Example
$subject .= " for ".$ticket->{"c9"}
$subject .= " for ".$ticket->{"c7"}
$subject .= " for ".$ticket->{"c8"}
thank you in advance