From: ivan Date: Fri, 26 Mar 2010 01:08:34 +0000 (+0000) Subject: ticket auto-association in the correct spot. how the hell did it get merged there... X-Git-Tag: root_of_svc_elec_features~359 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cd8e4ed0bc19455541bd0da952ca0210ec2b1c2f ticket auto-association in the correct spot. how the hell did it get merged there? RT#7882 --- diff --git a/rt/lib/RT/Ticket_Overlay.pm b/rt/lib/RT/Ticket_Overlay.pm index 3c2c26798..f4664fd72 100644 --- a/rt/lib/RT/Ticket_Overlay.pm +++ b/rt/lib/RT/Ticket_Overlay.pm @@ -590,11 +590,6 @@ sub Create { my %cust_target = (); - use Data::Dumper; - $RT::Logger->info( Dumper( $self->_Requestors ) ); - $RT::Logger->info( Dumper( $self->_Requestors->UserMembersObj ) ); - $RT::Logger->info( Dumper( $self->_Requestors->UserMembersObj->ItemsArrayRef ) ); - my @Requestors = grep { $_->Customers->Count } @{ $self->_Requestors->UserMembersObj->ItemsArrayRef }; @@ -619,9 +614,6 @@ sub Create { } - } else { - $RT::Logger->info( "ticket already has customer links; not auto-associating" ); - } # }}}