X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=conf%2Finvoice_html;fp=conf%2Finvoice_html;h=06ee77588ad72b9a6700a6c39ded0345f17339e5;hp=e9b0bdf95d8dbcf9cc47f13738b35c37fa2d5573;hb=84bd1a42758d23b5068f664bad602664954ddf83;hpb=553e304b45d3f8467c43754ad2e15d01758ac1fe diff --git a/conf/invoice_html b/conf/invoice_html index e9b0bdf95..06ee77588 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -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 .= '