[freeside-commits] freeside/httemplate/edit/process prospect_main.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sun Mar 13 21:00:17 PDT 2011


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

Modified Files:
	prospect_main.html 
Log Message:
qualification address handling changes, RT#7111

Index: prospect_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/prospect_main.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- prospect_main.html	14 Oct 2010 01:14:27 -0000	1.2
+++ prospect_main.html	14 Mar 2011 04:00:15 -0000	1.3
@@ -22,7 +22,9 @@
 
   my $cust_location = new FS::cust_location {
     map { $_ => scalar($cgi->param($_)) }
-        qw( address1 address2 city county state zip country )
+        qw( address1 address2 city county state zip country
+            location_kind location_type location_number
+          )
   };
 
   $cust_location->locationnum($locationnum) unless $locationnum == -1;



More information about the freeside-commits mailing list