summaryrefslogtreecommitdiff
path: root/httemplate/edit/prospect_main.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-05-31 13:02:12 -0700
committerMark Wells <mark@freeside.biz>2012-05-31 13:02:12 -0700
commitdda70549e974d4b559f9d5a117948b931813c7d1 (patch)
treed501b26fa6c56ef33f312411eae7e711310de992 /httemplate/edit/prospect_main.html
parent4daa22e234bec170832b893cc8d038e9d2aca6ea (diff)
fix location selection for prospects, #940
Diffstat (limited to 'httemplate/edit/prospect_main.html')
-rw-r--r--httemplate/edit/prospect_main.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html
index c8c8e98..d398541 100644
--- a/httemplate/edit/prospect_main.html
+++ b/httemplate/edit/prospect_main.html
@@ -36,6 +36,9 @@
'empty_label' => 'No address',
'disable_empty' => $conf->exists('prospect_main-location_required'),
'alt_format' => $conf->exists('prospect_main-alt_address_format'),
+ 'include_opt_callback' => sub {
+ 'prospect_main' => shift
+ },
},
],
'new_callback' => $new_callback,