summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-06 16:48:16 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-06 16:48:16 -0800
commitb6538b4641f900da4892d8c44292befb71188822 (patch)
tree616c97d6bc3f7329674d7ee67ef1c83c4d19f78b /conf
parent8fa2d4df960414f50c33f1c0e57a9bab02db517e (diff)
delete packages from quotations, RT#30313
Diffstat (limited to 'conf')
-rw-r--r--conf/quotation_html6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/quotation_html b/conf/quotation_html
index 68d373f..5458774 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>'.