[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.15,1.16

Jeff Finucane,420,, jeff at wavetail.420.am
Sat Oct 30 19:47:30 PDT 2010


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

Modified Files:
	Billing.pm 
Log Message:
seek the geocode on the correct object RT#10093

Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- Billing.pm	18 Oct 2010 02:46:33 -0000	1.15
+++ Billing.pm	31 Oct 2010 02:47:28 -0000	1.16
@@ -1226,7 +1226,7 @@
   local($DEBUG) = $FS::cust_main::DEBUG if $FS::cust_main::DEBUG > $DEBUG;
 
   my $geocode = $self->geocode('cch');
-  $geocode = $cust_pkg->geocode('cch')
+  $geocode = $cust_pkg->cust_location->geocode('cch')
     if ( $conf->exists('tax-pkg_address') && $cust_pkg->locationnum );
   my @taxes = ();
 



More information about the freeside-commits mailing list