diff --git a/Scrip29.txt b/Scrip29.txt index 1c70330..5abd5f8 100644 --- a/Scrip29.txt +++ b/Scrip29.txt @@ -38,8 +38,7 @@ my $last_transaction = $ticket->Transactions->Last; my $last_transaction_description = $last_transaction->Description; if ($last_transaction_description eq 'Outgoing email recorded by RT_System') { - $self->TicketObj->Comment(Content => 'AUTO Scrip #29 Setting Action Needed - Commit - '.$last_transaction_description); + # $self->TicketObj->Comment(Content => 'AUTO Scrip #29 Setting Action Needed - Commit'.$last_transaction_description); } else { $self->TicketObj->AddCustomFieldValue(Field => 'Action Needed', Value => 'Yes'); }