summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2011-10-19 20:01:19 +0000
committerivan <ivan>2011-10-19 20:01:19 +0000
commitf17d88bd4cdfb23302ae2cc845ff9ce55e0bc85d (patch)
treec1e4b3b36bb9a3b9c4c406ae5787ac8ed5305c79 /httemplate/edit/cust_main
parent8cacde15016f8edf7f71a7b25f2b398dc7d6d4ea (diff)
fix add'l package order from self-service
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r--httemplate/edit/cust_main/first_pkg/select-part_pkg.html2
1 files changed, 1 insertions, 1 deletions
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 aa3e805..709a8ad 100644
--- a/httemplate/edit/cust_main/first_pkg/select-part_pkg.html
+++ b/httemplate/edit/cust_main/first_pkg/select-part_pkg.html
@@ -128,7 +128,7 @@ $opt{saved_domsvc} = 0 unless $opt{saved_domsvc};
my $url_prefix = $opt{'relurls'} ? '' : $p;
my @part_pkg = @{ $opt{'part_pkg'} };
-my @first_svc = @{ $opt{'first_svc'} };
+my @first_svc = @{ $opt{'first_svc'} || [] };
my %pkgpart_svcpart = ();
my %svcdb = ();