diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-16 13:53:36 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-16 13:53:36 -0600 |
| commit | 7b40e0e045368d350529d78208be0e6124f94b5a (patch) | |
| tree | 00fc2ac0eef5e2849f19e30c7347c444fbd7fee5 /httemplate/view/cust_main | |
| parent | 251d07aa41b6830a0a2f2a51c14fa94586d843c2 (diff) | |
| parent | fa0e442fa889a49a0b7517567cb20beedc31c5aa (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view/cust_main')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index f1125c008..4f4b74587 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -13,8 +13,18 @@ &> % } +% my $yes = emt('yes'); +% my $no = emt('no'); + <TABLE CLASS="fsinnerbox"> +% if ( $cust_main->complimentary ) { + <TR> + <TD ALIGN="right"><% mt('Complimentary') |h %></TD> + <TD BGCOLOR="#ffffff"><% $yes %></TD> + </TR> +% } + %( my $balance = $cust_main->balance ) % =~ s/^(\-?)(.*)$/<FONT SIZE=+1>$1<\/FONT>$money_char$2/; @@ -53,9 +63,6 @@ </TR> % } -% my $yes = emt('yes'); -% my $no = emt('no'); - % my @exempt_groups = grep /\S/, $conf->config('tax-cust_exempt-groups'); % unless ( $conf->exists('cust_class-tax_exempt') |
