From 487980efc8315a0de443159142e5fce4af9f57cc Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 24 Apr 2011 17:05:02 +0000 Subject: add per-customer configurable billing date, RT10813 --- httemplate/view/cust_main/billing.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 014ddaba2..efff3ed1c 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -23,6 +23,15 @@ Billing information <% $balance %> +% if ( $conf->exists('cust_main-select-billday') +% && ($cust_main->payby eq 'CARD' || $cust_main->payby eq 'CHEK') ) { + + Billing day of month + <% $cust_main->billday %> + + +% } + Billing type -- cgit v1.2.1