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;
|
my $last_transaction_description = $last_transaction->Description;
|
||||||
|
|
||||||
if ($last_transaction_description eq 'Outgoing email recorded by RT_System') {
|
if ($last_transaction_description eq 'Outgoing email recorded by RT_System') {
|
||||||
$self->TicketObj->Comment(Content => 'AUTO Scrip #29 Setting Action Needed - Commit
|
# $self->TicketObj->Comment(Content => 'AUTO Scrip #29 Setting Action Needed - Commit'.$last_transaction_description);
|
||||||
'.$last_transaction_description);
|
|
||||||
} else {
|
} else {
|
||||||
$self->TicketObj->AddCustomFieldValue(Field => 'Action Needed', Value => 'Yes');
|
$self->TicketObj->AddCustomFieldValue(Field => 'Action Needed', Value => 'Yes');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user