diff options
author | ivan <ivan> | 2001-11-21 03:42:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-11-21 03:42:13 +0000 |
commit | 09655ec6f1761d464a928f6aab88bb936999df25 (patch) | |
tree | 916a6eaf5efc95bf95cefd9536200d4613b40191 /httemplate | |
parent | 685e4c619cadadba55590b04c44f563a925b6baa (diff) |
a more reasonalbe name (!)
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 68765ca67..260d77e6c 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: cust_main.cgi,v 1.13 2001-11-21 03:40:03 ivan Exp $ --> +#<!-- $Id: cust_main.cgi,v 1.14 2001-11-21 03:42:13 ivan Exp $ --> use vars qw( $cgi $custnum $action $cust_main $p1 @agents $agentnum $last $first $ss $company $address1 $address2 $city $zip @@ -345,7 +345,7 @@ print qq!>Tax Exempt</TD></TR>!; print qq!<TR><TD><INPUT TYPE="checkbox" NAME="invoicing_list_POST" VALUE="POST"!; @invoicing_list = $cust_main->invoicing_list; print qq! CHECKED! - if ( ! @invoicing_list && ! $conf->exists('postalinvoicedefault') ) + if ( ! @invoicing_list && ! $conf->exists('disablepostalinvoicedefault') ) || grep { $_ eq 'POST' } @invoicing_list; print qq!>Postal mail invoice</TD></TR>!; $invoicing_list = join(', ', grep { $_ ne 'POST' } @invoicing_list ); |