Help for this page

Select Code to Download


  1. or download this
      { my $Transaction = $self->TransactionObj;
    return $Transaction->Type eq 'Correspond' && $Transaction->Subject =~ 
    +/weekly/; 
      }
    
  2. or download this
      my $Ticket = $self->TicketObj;
      $Ticket->SetStatus('resolved');
      return 1;