qualification address handling changes, RT#7111
authorivan <ivan>
Sun, 13 Mar 2011 02:32:33 +0000 (02:32 +0000)
committerivan <ivan>
Sun, 13 Mar 2011 02:32:33 +0000 (02:32 +0000)
httemplate/elements/location.html
httemplate/misc/qual.html

index 5304c37..39e7041 100644 (file)
@@ -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,
index 7af2590..84ba78e 100644 (file)
@@ -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,
           )