X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fqual.html;h=6df8daae4408e0edaa4e3a4e6f928fc61a550f04;hp=7af2590b7e77734d8dab0ad3ce139109cb67e5bf;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=fced2ed0147049fded427862a3517c172f86513e diff --git a/httemplate/misc/qual.html b/httemplate/misc/qual.html index 7af2590b7..6df8daae4 100644 --- a/httemplate/misc/qual.html +++ b/httemplate/misc/qual.html @@ -2,7 +2,11 @@ <% include('/elements/error.html') %> -
+ @@ -29,7 +33,7 @@ <% include('/elements/tr-input-text.html', 'cgi' => $cgi, - 'label' => 'Service Telephone Number', + 'label' => 'Service phone number', 'field' => 'phonenum', 'size' => '12', 'value' => scalar($cgi->param('phonenum')), @@ -45,17 +49,22 @@ %> <% 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, - 'no_bold' => 1, + 'cgi' => $cgi, + $table => $cust_main_or_prospect_main, + 'alt_format' => $conf->exists('qual-alt_address_format'), + 'disable_empty' => $conf->exists('qual-alt_address_format'), + 'no_bold' => 1, #required for ikano.. config? 'is_optional' => 1, ) %>
- +