X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=conf%2Finvoice_html;h=dfd87c79b9c645c4a3014f30eefa82ad16c06f04;hp=e9b0bdf95d8dbcf9cc47f13738b35c37fa2d5573;hb=4ff12dc7e14232390daca2f14a278cde46a8e573;hpb=0b6bd6405107c1abf8f2c5e2bc1b569870a02309 diff --git a/conf/invoice_html b/conf/invoice_html index e9b0bdf95..dfd87c79b 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -1,6 +1,18 @@ -
+
+ +
+ <%= $watermark %> +
@@ -166,15 +199,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 +215,7 @@ $OUT .= ''; } $OUT .= ''; - $lastref = $line->{'ref'}; + $lastref = $line->{'ref'} || 0; if ( @{$line->{'ext_description'} } ) { unless ( $section->{description_generator} ) { $OUT .= '

><%= $footer %> -

'; - #if ( $line->{'ref'} ne $lastref ) { - # $OUT .= $line->{'ref'}; - #} $OUT .= ' '. $line->{'description'}. ''. $line->{'amount'}. '
+