[freeside-commits] branch master updated. 412bc43b866761bbdf5db3833960ebe6db1cac18

Alex Brelsfoard alex at 420.am
Tue Jan 27 13:56:21 PST 2015


The branch, master has been updated
       via  412bc43b866761bbdf5db3833960ebe6db1cac18 (commit)
      from  315ffb86414145b95f2541db8f9d89c1f7e71e3f (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 412bc43b866761bbdf5db3833960ebe6db1cac18
Author: Alex Brelsfoard <alex at freeside.biz>
Date:   Tue Jan 27 16:56:04 2015 -0500

    RT #19271 allow svc_hardware to use send_email export

diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm
index 537a562..9afc254 100644
--- a/FS/FS/part_export/send_email.pm
+++ b/FS/FS/part_export/send_email.pm
@@ -80,7 +80,7 @@ tie my %options, 'Tie::IxHash', (
 );
 
 %info = (
-  'svc'      => [qw( svc_acct svc_broadband svc_phone svc_domain )],
+  'svc'      => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain )],
   'desc'     =>
   'Send an email message',
   'options'  => \%options,


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

Summary of changes:
 FS/FS/part_export/send_email.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list