X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=conf%2Finvoice_html;fp=conf%2Finvoice_html;h=e9b0bdf95d8dbcf9cc47f13738b35c37fa2d5573;hb=0b6bd6405107c1abf8f2c5e2bc1b569870a02309;hp=ae17da3db7681f5d60bb4b7dac6104a6e0e6def3;hpb=f5a77514d6816225b378ced1d598ba745d0c22b4;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 ) {