diff options
| author | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
| commit | b429a422185206c645c84ec1c3540494d336b943 (patch) | |
| tree | b08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/edit/process/prospect_main.html | |
| parent | b0329dafd35e0296ec61fef4c35a687ff8866764 (diff) | |
add latitude/longitude to prospects, customers and package locations, RT#15539
Diffstat (limited to 'httemplate/edit/process/prospect_main.html')
| -rw-r--r-- | httemplate/edit/process/prospect_main.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/prospect_main.html b/httemplate/edit/process/prospect_main.html index 13d5ada7f..49481d44f 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 ) }; |
