import torrus 1.0.9
[freeside.git] / FS / FS / TicketSystem / RT_Internal.pm
index 6fc2bb6..befafb8 100644 (file)
@@ -255,6 +255,7 @@ sub get_ticket {
     my $t = { created => $transaction->Created,
        content => $transaction->Content,
        description => $transaction->Description,
+       type => $transaction->Type,
     };
     push @txns, $t;
   }