diff options
Diffstat (limited to 'FS/FS/TicketSystem/RT_Internal.pm')
-rw-r--r-- | FS/FS/TicketSystem/RT_Internal.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 6fc2bb666..befafb847 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -255,6 +255,7 @@ sub get_ticket { my $t = { created => $transaction->Created, content => $transaction->Content, description => $transaction->Description, + type => $transaction->Type, }; push @txns, $t; } |