X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=5afbb7ad32c35362b5445d272fc6abfe2a5b0539;hb=3b54099d7b5532a411bb477006d78844c0597745;hp=fe149b5f39425ce0e912599b10b5851541292c70;hpb=5e9fa0e297a01cd0d89361f8dc4ae6808627229c;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index fe149b5f3..5afbb7ad3 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -99,12 +99,11 @@ ''. 'Ref'. 'Description'. - <%= ( $unitprices - ? 'Unit Price'. - 'Quantity' - : '' - ) - %> + ( $unitprices + ? 'Unit Price'. + 'Quantity' + : '' + ). 'Amount'. ''; @@ -135,7 +134,7 @@ foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= ''. - '- '. $ext_desc. ''. + '  '. $ext_desc. ''. '' } $OUT .= ''; @@ -149,7 +148,7 @@ $OUT .= ''. qq( ). - qq(). + qq( colspan=3). $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''. @@ -158,7 +157,7 @@ } if ($section->{'posttotal'}) { - $OUT .= ''; + $OUT .= ''; $OUT .= '

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