X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fprospect_main.html;h=13d5ada7f0aada7d082da76dc74669ede779c5db;hb=e39f81dae87d882c0ea4f6f1918fa9cae6d2fc61;hp=ca4dfabfe617738b46820f6ed09c7e1d4e1d99c0;hpb=7bbe939d139be7edd77378cfc9a2c3ec6287749d;p=freeside.git diff --git a/httemplate/edit/process/prospect_main.html b/httemplate/edit/process/prospect_main.html index ca4dfabfe..13d5ada7f 100644 --- a/httemplate/edit/process/prospect_main.html +++ b/httemplate/edit/process/prospect_main.html @@ -22,7 +22,9 @@ 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 + location_kind location_type location_number + ) }; $cust_location->locationnum($locationnum) unless $locationnum == -1;