summaryrefslogtreecommitdiff
path: root/conf/quotation_html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:28 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:28 -0800
commit0b6bd6405107c1abf8f2c5e2bc1b569870a02309 (patch)
tree45b7249057e5b24768e62413a706b87a8de7b7de /conf/quotation_html
parentf5a77514d6816225b378ced1d598ba745d0c22b4 (diff)
remove Ref field from quotations and invoices, RT#22232
Diffstat (limited to 'conf/quotation_html')
-rw-r--r--conf/quotation_html4
1 files changed, 2 insertions, 2 deletions
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><th/i, $header);
} else {
- $OUT .= '<th align="center">' . emt('Ref') . '</th>'.
+ $OUT .= '<th align="center"></th>'.
'<th align="left">' . emt('Description') . '</th>'.
( $unitprices
? '<th align="left">' . emt('Unit Price') . '</th>'.
@@ -156,7 +156,7 @@
'">'.
'<td align="center">'.
( $line->{'ref'} ne $lastref
- ? $line->{'preref_html'}. $line->{'ref'}
+ ? $line->{'preref_html'} #. $line->{'ref'}
: ''
).
'</td>'.