fix self-serv fallout from : add quantity and location to self-service package order...
authorIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 23:29:11 +0000 (15:29 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 12 Feb 2015 23:29:11 +0000 (15:29 -0800)
FS/FS/ClientAPI/MyAccount.pm

index 023c1d6..8c6a5b8 100644 (file)
@@ -2270,7 +2270,7 @@ sub order_pkg {
 
   my $status = $cust_main->status;
 
-  my %order_pkg_options = ());
+  my %order_pkg_options = ();
   if ( $p->{locationnum} > 0 ) {
     $order_pkg_options{locationnum} = delete($p->{locationnum});
   } elsif ( $p->{address1} ) {