From 677ce469c76df9f405d02420133361b7c29f1905 Mon Sep 17 00:00:00 2001 From: Peter Edmond Date: Tue, 25 Feb 2025 12:19:24 +0000 Subject: [PATCH] Commented out unnecessary diagnostics for emails being sent. --- Scrip29.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'); }