[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.53.2.19, 1.53.2.20

Ivan,,, ivan at wavetail.420.am
Sun Mar 15 16:12:26 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv3617

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	MyAccount.pm 
Log Message:
fix old self-service for new-style cust_main->order_pkgs

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.53.2.19
retrieving revision 1.53.2.20
diff -u -d -r1.53.2.19 -r1.53.2.20
--- MyAccount.pm	24 Jan 2009 21:53:38 -0000	1.53.2.19
+++ MyAccount.pm	15 Mar 2009 23:12:24 -0000	1.53.2.20
@@ -868,7 +868,7 @@
   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;



More information about the freeside-commits mailing list