diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-06 16:48:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-06 16:48:16 -0800 |
commit | b6538b4641f900da4892d8c44292befb71188822 (patch) | |
tree | 616c97d6bc3f7329674d7ee67ef1c83c4d19f78b /conf | |
parent | 8fa2d4df960414f50c33f1c0e57a9bab02db517e (diff) |
delete packages from quotations, RT#30313
Diffstat (limited to 'conf')
-rw-r--r-- | conf/quotation_html | 6 |
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>'. |