rename view/svc_circuit.html to fix links from package reports, #37420
[freeside.git] / httemplate / edit / process / prospect_main.html
index 13d5ada..7c8cc27 100644 (file)
@@ -23,6 +23,7 @@ my $args_callback = sub {
   my $cust_location = new FS::cust_location {
     map { $_ => scalar($cgi->param($_)) }
         qw( address1 address2 city county state zip country
+            latitude longitude
             location_kind location_type location_number
           )
   };
@@ -33,7 +34,7 @@ my $args_callback = sub {
 
 };
 
-my @contact_fields = qw( first last title comment emailaddress );
+my @contact_fields = qw( classnum first last title comment emailaddress );
 foreach my $phone_type ( qsearch({table=>'phone_type', order_by=>'weight'}) ) {
   push @contact_fields, 'phonetypenum'.$phone_type->phonetypenum;
 }