add latitude/longitude to prospects, customers and package locations, RT#15539
[freeside.git] / httemplate / edit / process / prospect_main.html
index ca4dfab..49481d4 100644 (file)
@@ -22,7 +22,10 @@ my $args_callback = sub {
 
   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
+            latitude longitude
+            location_kind location_type location_number
+          )
   };
 
   $cust_location->locationnum($locationnum) unless $locationnum == -1;