summaryrefslogtreecommitdiff
path: root/conf/quotation_html
diff options
context:
space:
mode:
Diffstat (limited to 'conf/quotation_html')
-rw-r--r--conf/quotation_html6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/quotation_html b/conf/quotation_html
index 68d373f04..5458774e1 100644
--- a/conf/quotation_html
+++ b/conf/quotation_html
@@ -155,7 +155,11 @@
$OUT .= ( ($line->{'ref'} && $line->{'ref'} ne $lastref) ? '' : '_more' ).
'">'.
'<td align="center">'.
- ( $line->{'ref'} ne $lastref ? $line->{'ref'} : '' ). '</td>'.
+ ( $line->{'ref'} ne $lastref
+ ? $line->{'preref_html'}. $line->{'ref'}
+ : ''
+ ).
+ '</td>'.
'<td align="left">'. $line->{'description'}. '</td>'.
( $unitprices
? '<td align="left">'. $line->{'unit_amount'}. '</td>'.