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/edit/cust_main/billing.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html index fa7abd2..618e191 100644 --- a/httemplate/edit/cust_main/billing.html +++ b/httemplate/edit/cust_main/billing.html @@ -105,6 +105,16 @@ box_first => 1, &> +% if ( $conf->config_bool('allow_payment_receipt_noemail', $cust_main->agentnum) ) { + <& /elements/tr-checkbox.html, + field => 'paymentreceipt_noemail', + label => emt('Do not send email payment receipts'), + value => 'Y', + curr_value => $cust_main->paymentreceipt_noemail, + box_first => 1, + &> +% } + <& /elements/tr-checkbox.html, field => 'message_noemail', label => emt('Do not send other email notices'), -- cgit v1.1