From 221374cba250b0519bcde64e7e7e8528b7f105e7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Jan 2015 15:13:30 -0800 Subject: remove Ref field from quotations and invoices, RT#22232 --- conf/invoice_html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/invoice_html') 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 ) { -- cgit v1.2.1