From: ivan Date: Wed, 19 Oct 2011 20:01:19 +0000 (+0000) Subject: fix add'l package order from self-service X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f17d88bd4cdfb23302ae2cc845ff9ce55e0bc85d fix add'l package order from self-service --- 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 aa3e805a2..709a8ad6c 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 = ();