X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=06ee77588ad72b9a6700a6c39ded0345f17339e5;hb=a179189cab28d3c1b7ae0101df5c1a95c4a72003;hp=ae17da3db7681f5d60bb4b7dac6104a6e0e6def3;hpb=89f9957267f05520fc676c378694383d16eedeb1;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index ae17da3db..06ee77588 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -143,7 +143,7 @@ $OUT .= $header; $columncount = scalar(my @array = split /<\/th>'. + $OUT .= ''. '' . emt('Description') . ''. ( $unitprices ? '' . emt('Unit Price') . ''. @@ -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 ( $line->{'ref'} ne $lastref ) { - $OUT .= $line->{'ref'}; - } $OUT .= ' '. $line->{'description'}. ''; if ( $unitprices ) { @@ -185,7 +182,7 @@ $OUT .= ''. $line->{'amount'}. ''; } $OUT .= ''; - $lastref = $line->{'ref'}; + $lastref = $line->{'ref'} || 0; if ( @{$line->{'ext_description'} } ) { unless ( $section->{description_generator} ) { $OUT .= '