fix old self-service for new-style cust_main->order_pkgs
authorivan <ivan>
Sun, 15 Mar 2009 23:12:24 +0000 (23:12 +0000)
committerivan <ivan>
Sun, 15 Mar 2009 23:12:24 +0000 (23:12 +0000)
FS/FS/ClientAPI/MyAccount.pm

index c953c62..7d9dec1 100644 (file)
@@ -868,7 +868,7 @@ sub order_pkg {
   tie my %hash, 'Tie::RefHash';
   %hash = ( $cust_pkg => \@svc );
   #msgcat
-  $error = $cust_main->order_pkgs( \%hash, '', 'noexport' => 1 );
+  $error = $cust_main->order_pkgs( \%hash, 'noexport' => 1 );
   return { 'error' => $error } if $error;
 
   my $conf = new FS::Conf;