X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=e2f16640ddd27ce11ffda2b729e7023be4bdc65b;hb=b57b46f7a4743346799dae9ae680152829889fc0;hp=60868400c8f82f224c4b0a9bc71334f511eb173d;hpb=e10864788e90c9103c4e479d95ed4e09b9685554;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index 60868400c..e2f16640d 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -134,7 +134,7 @@ foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= ''. - '- '. $ext_desc. ''. + '  '. $ext_desc. ''. '' } $OUT .= ''; @@ -148,7 +148,7 @@ $OUT .= ''. qq( ). - qq(). + qq(). #colspan=3??? $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''. @@ -157,7 +157,7 @@ } if ($section->{'posttotal'}) { - $OUT .= ''; + $OUT .= ''; $OUT .= '

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