[freeside-commits] freeside/FS/FS Maestro.pm,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Thu Jan 13 18:51:51 PST 2011


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

Modified Files:
	Maestro.pm 
Log Message:
fix old form of order_pkgs in favor of seconds_ref as an option, RT#10122

Index: Maestro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Maestro.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- Maestro.pm	21 Sep 2010 03:41:03 -0000	1.9
+++ Maestro.pm	14 Jan 2011 02:51:49 -0000	1.10
@@ -218,7 +218,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;
 
 # currently they're using this in the reseller scenario, so don't



More information about the freeside-commits mailing list