X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg.html;h=3b15d4ee419d270bcb1bcd99ab7a59e49335fc8c;hb=b5c4237a34aef94976bc343c8d9e138664fc3984;hp=7c131eadcb9f962e455c9aee4859d411aae4db86;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/edit/cust_main/first_pkg.html b/httemplate/edit/cust_main/first_pkg.html index 7c131eadc..3b15d4ee4 100644 --- a/httemplate/edit/cust_main/first_pkg.html +++ b/httemplate/edit/cust_main/first_pkg.html @@ -13,7 +13,8 @@ <% include('first_pkg/select-part_pkg.html', - 'part_pkg' => \@part_pkg, + 'part_pkg' => \@part_pkg, + 'first_svc' => \@first_svc, %opt, # map { $_ => $opt{$_} } qw( pkgpart_svcpart saved_domsvc ) ) @@ -69,7 +70,7 @@ if ( $cgi->param('lock_pkgpart') =~ /^([\d, ]+)$/ ) { } -my @first_svc = ( 'svc_acct', 'svc_phone' ); +my @first_svc = ( 'svc_acct', 'svc_phone', 'svc_dsl' ); @part_pkg = grep { $_->svcpart(\@first_svc)