add dsl, circuit and fiber services to email and RT ticket exports, RT#84345
authorIvan Kohler <ivan@freeside.biz>
Mon, 16 Mar 2020 19:23:17 +0000 (12:23 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 16 Mar 2020 19:23:17 +0000 (12:23 -0700)
FS/FS/part_export/rt_ticket.pm
FS/FS/part_export/send_email.pm

index 80254fc..7c3ebb9 100644 (file)
@@ -123,7 +123,9 @@ tie my %options, 'Tie::IxHash', (
 );
 
 %info = (
 );
 
 %info = (
-  'svc'      => [qw( svc_acct svc_broadband svc_phone svc_domain )],
+  'svc'      => [qw( svc_acct svc_broadband svc_phone svc_domain svc_dsl
+                     svc_circuit svc_fiber
+                )],
   'desc'     =>
   'Create an RT ticket',
   'options'  => \%options,
   'desc'     =>
   'Create an RT ticket',
   'options'  => \%options,
index 9afc254..a54fa16 100644 (file)
@@ -80,7 +80,9 @@ tie my %options, 'Tie::IxHash', (
 );
 
 %info = (
 );
 
 %info = (
-  'svc'      => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain )],
+  'svc'      => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain
+                     svc_dsl svc_circuit svc_fiber
+                )],
   'desc'     =>
   'Send an email message',
   'options'  => \%options,
   'desc'     =>
   'Send an email message',
   'options'  => \%options,