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:50:06 -0800 |
| commit | d7ae630be5b8ee3aa3b8d15b26ea29876fcd43cb (patch) | |
| tree | 4aad85ddcbc1944cccae074dd9af4d3229506cb5 /conf/quotation_html | |
| parent | 6a0ca9cada89d08efe9d9e7a9e2fa4365a0a1b6a (diff) | |
delete packages from quotations, RT#30313
Diffstat (limited to 'conf/quotation_html')
| -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>'. |
