diff options
author | ivan <ivan> | 2011-03-22 06:00:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-22 06:00:54 +0000 |
commit | 3dfc446d8a4d241787c47ff7e2db72483d62ab7a (patch) | |
tree | f0129a16674ccd7c2feec43d7aea7dd5be2f7d41 /httemplate/edit/cust_main/first_pkg.html | |
parent | b1011034b084a90c07c7199f5e64cdee7cdd199f (diff) |
new customer from prospect qualification, RT#7111
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg.html')
-rw-r--r-- | httemplate/edit/cust_main/first_pkg.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <TR> <TD COLSPAN=2> <% 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) |