From 3dfc446d8a4d241787c47ff7e2db72483d62ab7a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Mar 2011 06:00:54 +0000 Subject: new customer from prospect qualification, RT#7111 --- httemplate/edit/cust_main/first_pkg/select-part_pkg.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/cust_main/first_pkg/select-part_pkg.html') diff --git a/httemplate/edit/cust_main/first_pkg/select-part_pkg.html b/httemplate/edit/cust_main/first_pkg/select-part_pkg.html index 20f0e1982..9d37f15eb 100644 --- a/httemplate/edit/cust_main/first_pkg/select-part_pkg.html +++ b/httemplate/edit/cust_main/first_pkg/select-part_pkg.html @@ -132,9 +132,8 @@ $opt{saved_domsvc} = 0 unless $opt{saved_domsvc}; my $url_prefix = $opt{'relurls'} ? '' : $p; -my @part_pkg = @{$opt{'part_pkg'}}; - -my @first_svc = ( 'svc_acct', 'svc_phone' ); +my @part_pkg = @{ $opt{'part_pkg'} }; +my @first_svc = @{ $opt{'first_svc'} }; my %pkgpart_svcpart = (); my %svcdb = (); -- cgit v1.2.1