
Ton.Hoogstraten at ingram
Mar 12, 2009, 1:21 AM
Post #1 of 1
(870 views)
Permalink
|
|
$Notes not provided in Rejected.pm
|
|
Is there a reason why the $Notes variable is not passed to the GetTemplate in Rejected.pm? In Passed.pm there is: while ( my $o = $t->Next ) { next unless $o->Type eq 'Correspond'; $note .= $o->Content . "\n" if $o->ContentObj; } Would this not work for Rejected.pm? since it is left empty in the GetTemplate: my $template = $self->GetTemplate('Approval Rejected', TicketObj => $rejected, Approval => $self->TicketObj, Notes => ''); Regards, Ton hoogstraten
|