From 0b6bd6405107c1abf8f2c5e2bc1b569870a02309 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Jan 2015 15:13:28 -0800 Subject: remove Ref field from quotations and invoices, RT#22232 --- conf/quotation_html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/quotation_html') diff --git a/conf/quotation_html b/conf/quotation_html index 7d6920533..a05bb60b8 100644 --- a/conf/quotation_html +++ b/conf/quotation_html @@ -129,7 +129,7 @@ $OUT .= $header; $columncount = scalar(my @array = split /<\/th>'. + $OUT .= ''. '' . emt('Description') . ''. ( $unitprices ? '' . emt('Unit Price') . ''. @@ -156,7 +156,7 @@ '">'. ''. ( $line->{'ref'} ne $lastref - ? $line->{'preref_html'}. $line->{'ref'} + ? $line->{'preref_html'} #. $line->{'ref'} : '' ). ''. -- cgit v1.2.1