From 8b310db7a6bd5216b6df9bc9843ce99898a7bee9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 16 Mar 2020 12:23:24 -0700 Subject: [PATCH] add dsl, circuit and fiber services to email and RT ticket exports, RT#84345 --- FS/FS/part_export/rt_ticket.pm | 4 +++- FS/FS/part_export/send_email.pm | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/rt_ticket.pm b/FS/FS/part_export/rt_ticket.pm index 80254fc5f..7c3ebb920 100644 --- a/FS/FS/part_export/rt_ticket.pm +++ b/FS/FS/part_export/rt_ticket.pm @@ -123,7 +123,9 @@ tie my %options, 'Tie::IxHash', ( ); %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, diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm index 4e22f5b64..84e7cb54f 100644 --- a/FS/FS/part_export/send_email.pm +++ b/FS/FS/part_export/send_email.pm @@ -80,7 +80,9 @@ tie my %options, 'Tie::IxHash', ( ); %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, -- 2.11.0