From b6538b4641f900da4892d8c44292befb71188822 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 6 Nov 2014 16:48:16 -0800 Subject: delete packages from quotations, RT#30313 --- conf/quotation_html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'conf') 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' ). '">'. ''. - ( $line->{'ref'} ne $lastref ? $line->{'ref'} : '' ). ''. + ( $line->{'ref'} ne $lastref + ? $line->{'preref_html'}. $line->{'ref'} + : '' + ). + ''. ''. $line->{'description'}. ''. ( $unitprices ? ''. $line->{'unit_amount'}. ''. -- cgit v1.2.1