[freeside-commits] freeside/FS/FS rate.pm,1.8,1.9

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Nov 20 11:02:33 PST 2008


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

Modified Files:
	rate.pm 
Log Message:
this must be what is meant

Index: rate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/rate.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rate.pm	24 Oct 2008 21:31:37 -0000	1.8
+++ rate.pm	20 Nov 2008 19:02:30 -0000	1.9
@@ -284,8 +284,8 @@
   my $regionnum;
   if ( ref($_[0]) eq 'HASH' ) {
 
-    my $countrycode = $_->{'countrycode'};
-    my $phonenum    = $_->{'phonenum'};
+    my $countrycode = $_[0]->{'countrycode'};
+    my $phonenum    = $_[0]->{'phonenum'};
 
     #find a rate prefix, first look at most specific (4 digits) then 3, etc.,
     # finally trying the country code only



More information about the freeside-commits mailing list