From 0e115ecd7e70269ac58ce705adec4b1c801d14de Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 15 Nov 2018 11:37:27 -0500 Subject: RT# 80138 - Added config option to display/edit customer option to send or not send payment receipts --- httemplate/view/cust_main/billing.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 5935da9cd..29ed2c760 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -167,6 +167,12 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ <% $cust_main->invoice_noemail ? $refused : $allowed %> % } +% if ( $conf->config_bool('allow_payment_receipt_noemail', $cust_main->agentnum) ) { + + <% mt('Email payment receipts') |h %> + <% $cust_main->paymentreceipt_noemail ? $refused : $allowed %> + +% } <% mt('Other email notices') |h %> -- cgit v1.2.1