summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/billing.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/billing.html')
-rw-r--r--httemplate/view/cust_main/billing.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index aeebc5ab2..ddc971307 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -304,6 +304,14 @@ set_display_recurring(<% encode_json({'display_recurring' => [ $cust_main->displ
<% $cust_main->invoice_noemail ? $no : $yes %>
</TD>
</TR>
+% if ( $conf->config_bool('allow_payment_receipt_noemail', $cust_main->agentnum) ) {
+<TR>
+ <TD ALIGN="right"><% mt('Email payment receipts') |h %></TD>
+ <TD BGCOLOR="#ffffff">
+ <% $cust_main->paymentreceipt_noemail ? $no : $yes %>
+ </TD>
+</TR>
+% }
% unless ( $conf->exists('cust-email-high-visibility')) {
<TR>
<TD ALIGN="right"><% mt('Email address(es)') |h %></TD>