diff options
-rw-r--r-- | httemplate/edit/cust_main/billing.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index a9b3c1f75..96f777baa 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -402,7 +402,10 @@ if ( $payby_default eq 'HIDE' ) { <TR> <TD WIDTH="608" COLSPAN="2"><INPUT TYPE="checkbox" NAME="invoicing_list_POST" VALUE="POST" <%= - ( ( ! @invoicing_list && ! $conf->exists('disablepostalinvoicedefault') ) + ( ( ! @invoicing_list + && ! $conf->exists('disablepostalinvoicedefault') + && ! $cust_main->custnum + ) || grep { $_ eq 'POST' } @invoicing_list ) ? 'CHECKED' |