[freeside-commits] branch master updated. 1a320aa8f679a355bd3678ccceb5d7ecf7b0aeba

Ivan Kohler ivan at freeside.biz
Mon Mar 16 12:23:45 PDT 2020


The branch, master has been updated
       via  1a320aa8f679a355bd3678ccceb5d7ecf7b0aeba (commit)
      from  ffc8927ad1df5a565256bdb47210006afa4b2f78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1a320aa8f679a355bd3678ccceb5d7ecf7b0aeba
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 16 12:23:17 2020 -0700

    add dsl, circuit and fiber services to email and RT ticket exports, RT#84345

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 9afc254b8..a54fa1600 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,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/rt_ticket.pm  | 4 +++-
 FS/FS/part_export/send_email.pm | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list