X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=5c46803d2f0c4d67cac538fc6f732bd51ca764af;hb=2659c88ba3c5b34cf6087d874c1a26a24bed9243;hp=2547ec11f26f8554e63a003be9116f9fee55d8e5;hpb=5214a5560240667a3a914c45df046b420926a5ec;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 2547ec11f..5c46803d2 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -23,6 +23,14 @@ <% $balance %> +% if ( $conf->exists('cust_main-select-prorate_day') ) { + + <% mt('Prorate day of month') |h %> + <% $cust_main->prorate_day %> + + +% } + % if ( $conf->exists('cust_main-select-billday') % && ($cust_main->payby eq 'CARD' || $cust_main->payby eq 'CHEK') ) { @@ -146,7 +154,7 @@ % if ( $cust_main->payinfo ) { - + <% mt('P.O.') |h %> <% $cust_main->payinfo %> % }