X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=06ee77588ad72b9a6700a6c39ded0345f17339e5;hb=95b6042f37f00de9dca4b5654522fc4098a82d04;hp=bd99899e0b7b5b686e82e6201e7970f46dfd4065;hpb=014e2c547f63bcd283eac4d0210a7976ca5fcb90;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index bd99899e0..06ee77588 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -14,7 +14,7 @@ .allcaps { text-transform:uppercase; font-size: 12pt } -
+
@@ -143,7 +143,7 @@ $OUT .= $header; $columncount = scalar(my @array = split /<\/th>'. ''. ( $unitprices ? ''. @@ -166,15 +166,12 @@ &{$section->{description_generator}}($line); } else { my $class = 'invoice_desc_more'; - if ( $line->{'ref'} and $line->{'ref'} ne $lastref ) { + if ( ($line->{'ref'} || 0) ne $lastref ) { # then it's a new package (not a continuation) $class = 'invoice_desc'; } $OUT .= ''; if ( $unitprices ) { @@ -185,7 +182,7 @@ $OUT .= ''; } $OUT .= ''; - $lastref = $line->{'ref'}; + $lastref = $line->{'ref'} || 0; if ( @{$line->{'ext_description'} } ) { unless ( $section->{description_generator} ) { $OUT .= '
'. + $OUT .= '' . emt('Description') . '' . emt('Unit Price') . '
'; - if ( $line->{'ref'} ne $lastref ) { - $OUT .= $line->{'ref'}; - } $OUT .= ' '. $line->{'description'}. ''. $line->{'amount'}. '