[freeside-commits] freeside/httemplate/edit/process quick-cust_pkg.cgi, 1.19, 1.20

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Oct 11 12:00:35 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv21347/httemplate/edit/process

Modified Files:
	quick-cust_pkg.cgi 
Log Message:
external taxes support package locations RT10093

Index: quick-cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-cust_pkg.cgi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- quick-cust_pkg.cgi	9 Apr 2010 08:18:24 -0000	1.19
+++ quick-cust_pkg.cgi	11 Oct 2010 19:00:33 -0000	1.20
@@ -74,7 +74,7 @@
 if ( $locationnum == -1 ) {
   my $cust_location = new FS::cust_location {
     map { $_ => scalar($cgi->param($_)) }
-        qw( custnum address1 address2 city county state zip country )
+        qw( custnum address1 address2 city county state zip country geocode )
   };
   $opt{'cust_location'} = $cust_location;
 }



More information about the freeside-commits mailing list