From fe16cec1c82f4e1f1c2586c8259cd607fcb14d79 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 31 May 2008 14:49:03 +0000 Subject: invoice cosmetic improvements --- conf/invoice_html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'conf/invoice_html') diff --git a/conf/invoice_html b/conf/invoice_html index 14b25c671..ae6910dba 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -70,6 +70,16 @@ <%= foreach my $section ( @sections ) { + if ($section->{'pretotal'}) { + $OUT .= + '
'. + '

'. + uc(substr($section->{'pretotal'},0,1)). + ''. uc(substr($section->{'pretotal'},1)). + ''. + '

'. + '

'; + } $OUT .= '' ; } + + if ($section->{'posttotal'}) { + $OUT .= ''; + } + } my $style = 'border-top: 3px solid #000000;'; -- cgit v1.2.1
'; if ($section->{'description'}) { $OUT .= @@ -132,6 +142,16 @@ '
'; + $OUT .= + '

'. $section->{'posttotal'}. + ''. + '

'; + $OUT .= '