summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/location.html2
-rw-r--r--httemplate/misc/qual.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index 5304c37d6..39e7041c7 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -20,7 +20,7 @@ Example:
% if ( $opt{'alt_format'} ) {
<TR>
- <<%$th%> ALIGN="right">Locatiopn type</<%$th%>>
+ <<%$th%> ALIGN="right">Location type</<%$th%>>
<TD>
<% include('/elements/select.html',
'cgi' => $cgi,
diff --git a/httemplate/misc/qual.html b/httemplate/misc/qual.html
index 7af2590b7..84ba78e9e 100644
--- a/httemplate/misc/qual.html
+++ b/httemplate/misc/qual.html
@@ -47,7 +47,7 @@
<% include('/elements/tr-select-cust_location.html',
'cgi' => $cgi,
$table => $cust_main_or_prospect_main,
- 'alt_format' => $conf->exists('qual-alt-address-format') ? 1 : 0,
+ 'alt_format' => $conf->exists('qual-alt_address_format'),
'no_bold' => 1,
#required for ikano.. config? 'is_optional' => 1,
)