X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fprospect_main.html;h=7c8cc276e52a089b074735efff417f72cd6b9a20;hb=ee17093f5b41c1544d00a2670d26794aee33077a;hp=13d5ada7f0aada7d082da76dc74669ede779c5db;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/edit/process/prospect_main.html b/httemplate/edit/process/prospect_main.html index 13d5ada7f..7c8cc276e 100644 --- a/httemplate/edit/process/prospect_main.html +++ b/httemplate/edit/process/prospect_main.html @@ -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; }