summaryrefslogtreecommitdiff
path: root/conf/quotation_html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:30 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:30 -0800
commit221374cba250b0519bcde64e7e7e8528b7f105e7 (patch)
treef0583641cd51c6cea3351757cafd19fef4a09fff /conf/quotation_html
parent884a06efc50dbffc28af3d1b7ee49325c5ee3e6c (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>'.