add skip_dcontext_suffix to skip CDRs with dcontext ending in a definable string...
[freeside.git] / FS / FS / TicketSystem / RT_Libs.pm
1 package FS::TicketSystem::RT_Libs;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::TicketSystem::RT_External;
6
7 @ISA = qw( FS::TicketSystem::RT_External );
8
9 1;
10