diff options
author | ivan <ivan> | 2011-03-14 04:00:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-14 04:00:15 +0000 |
commit | 2459f013a10e3a238160a35faaf12cd038c43182 (patch) | |
tree | 24af63f25d7afd3ee777f2858b30b567b5d71fb2 | |
parent | eddffe5c35507f37ed83c2529626c9be5f81a516 (diff) |
qualification address handling changes, RT#7111
-rw-r--r-- | httemplate/edit/process/prospect_main.html | 4 |
1 files changed, 3 insertions, 1 deletions
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; |