From 2459f013a10e3a238160a35faaf12cd038c43182 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 14 Mar 2011 04:00:15 +0000 Subject: [PATCH] qualification address handling changes, RT#7111 --- httemplate/edit/process/prospect_main.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.11.0