[freeside-commits] branch FREESIDE_3_BRANCH updated. a4fca45008f5b7aed8677531ee5f5d1482ca6b52

Jonathan Prykop jonathan at 420.am
Wed Jul 22 16:41:54 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  a4fca45008f5b7aed8677531ee5f5d1482ca6b52 (commit)
      from  f66975fb6e9fdf4ccd07a05ed830211d3639d088 (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 a4fca45008f5b7aed8677531ee5f5d1482ca6b52
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Jul 22 18:33:20 2015 -0500

    RT#37165: Print document when account is created [fixed svc list]

diff --git a/FS/FS/part_export/print_template.pm b/FS/FS/part_export/print_template.pm
index 65e68ac..b299ab4 100644
--- a/FS/FS/part_export/print_template.pm
+++ b/FS/FS/part_export/print_template.pm
@@ -38,9 +38,9 @@ tie my %options, 'Tie::IxHash',
 
 %info = (
                        #unfortunately, FS::part_svc->svc_tables fails at this point, not sure why
-  'svc'             => [ map { 'svc_'.$_ } qw(
-                           acct domain cert forward mailinglist www broadband cable dsl 
-                           conferencing video dish hardware phone pbx circuit port alarm external)
+  'svc'             => [ qw( svc_acct svc_domain svc_cert svc_forward svc_mailinglist svc_www 
+                             svc_broadband svc_cable svc_dsl svc_conferencing svc_video svc_dish 
+                             svc_hardware svc_phone svc_pbx svc_circuit svc_port svc_alarm svc_external )
                        ],
   'desc'            => 'Print document during service change, for all services',
   'options'         => \%options,

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

Summary of changes:
 FS/FS/part_export/print_template.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list