Commented out unnecessary diagnostics for emails being sent.
This commit is contained in:
parent
2905301976
commit
677ce469c7
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user