X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=dfd87c79b9c645c4a3014f30eefa82ad16c06f04;hb=0db7afaa7079e7a997d1309715d371a0d8ad279b;hp=ae17da3db7681f5d60bb4b7dac6104a6e0e6def3;hpb=be70eef1b245f372d22fee1800b81990f2842a77;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index ae17da3db..dfd87c79b 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -1,6 +1,18 @@ -
+
+ +
+ <%= $watermark %> +
@@ -143,7 +176,7 @@ $OUT .= $header; $columncount = scalar(my @array = split /<\/th>'. ''. ( $unitprices ? ''. @@ -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 %> -

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