Can't pull out of thin air.
[freeside.git] / httemplate / view / cust_main_alt.cgi
index 80fa49e..01e46b5 100644 (file)
@@ -371,7 +371,7 @@ print qq!<BR><A NAME="cust_pkg">Packages</A> !,
 
 #get package info
 
-my $packages = get_packages();
+my $packages = get_packages($cust_main);
 
 if ( @$packages ) {
 %>
@@ -673,6 +673,8 @@ sub keyfield_numerically { (split(/\t/,$a))[0] <=> (split(/\t/,$b))[0]; }
 
 sub get_packages {
 
+my $cust_main = shift or return undef;
+
 my @packages = ();
 
 foreach my $cust_pkg (($conf->exists('hidecancelledpackages') ? ($cust_main->ncancelled_pkgs)