[freeside-commits] freeside/FS/FS/ClientAPI MasonComponent.pm, 1.7, 1.7.6.1

Ivan,,, ivan at wavetail.420.am
Sun Nov 20 19:19:18 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MasonComponent.pm 
Log Message:
fix 'Can't call method svcdb without a package or object reference' when ordering an additional package from self-service

Index: MasonComponent.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MasonComponent.pm,v
retrieving revision 1.7
retrieving revision 1.7.6.1
diff -u -w -d -r1.7 -r1.7.6.1
--- MasonComponent.pm	17 Jan 2010 06:40:39 -0000	1.7
+++ MasonComponent.pm	21 Nov 2011 03:19:16 -0000	1.7.6.1
@@ -74,6 +74,7 @@
 
     my %args = @$argsref;
     $args{part_pkg} = \@part_pkg;
+    $args{first_svc} = \@first_svc;
     @$argsref = ( %args );
     return ''; #no error
 



More information about the freeside-commits mailing list