From fd8490781ff425e85cbd507e1166fa786b5ceddc Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 May 2007 23:46:29 +0000 Subject: [PATCH] have "emailinvoiceonly" hide postal/fax invoice options in backoffice as well as self-service. closes: bug#1614 --- httemplate/edit/cust_main/billing.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index 1eda82545..394c5d8d5 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -396,6 +396,8 @@ tax eq "Y" ? 'CHECKED' : '' %>> Tax Exempt +% unless ( $conf->exists('emailinvoiceonly') ) { + +% } + Email invoice -- 2.11.0