From: ivan Date: Mon, 14 Mar 2011 04:00:15 +0000 (+0000) Subject: qualification address handling changes, RT#7111 X-Git-Tag: freeside_2_3_0~505 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2459f013a10e3a238160a35faaf12cd038c43182;p=freeside.git qualification address handling changes, RT#7111 --- 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;