From 2da16dd43198e18474f71769f02324b79e3678d7 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 May 2007 23:44:33 +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 d9e0ed0e4..0b16f65b0 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.20.1