summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-07-22 18:33:20 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-22 18:36:16 -0500
commit0a959c6880c16ebd10aa03a4ed7fd95031c39a90 (patch)
tree37272c8c5e6eca367d2bb7a39616a4b881473ce7 /FS
parent10eaf1565de740f5036b8cf715362127491082b1 (diff)
RT#37165: Print document when account is created [fixed svc list]
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/print_template.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/part_export/print_template.pm b/FS/FS/part_export/print_template.pm
index 65e68ac56..b299ab493 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,