X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=e9b0bdf95d8dbcf9cc47f13738b35c37fa2d5573;hb=8d953e7c2f94dc007d94da74650d27c5a74cc792;hp=ae17da3db7681f5d60bb4b7dac6104a6e0e6def3;hpb=89f9957267f05520fc676c378694383d16eedeb1;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index ae17da3db..e9b0bdf95 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') . ''. @@ -172,9 +172,9 @@ } $OUT .= ' '; - if ( $line->{'ref'} ne $lastref ) { - $OUT .= $line->{'ref'}; - } + #if ( $line->{'ref'} ne $lastref ) { + # $OUT .= $line->{'ref'}; + #} $OUT .= ' '. $line->{'description'}. ''; if ( $unitprices ) {