diff options
| author | mark <mark> | 2011-10-01 02:25:15 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-10-01 02:25:15 +0000 |
| commit | ef6e75c42256463303650203628803f5e781f3db (patch) | |
| tree | db7f7df32d5d4eb956a68ef339d34849f2527cab /conf/invoice_html | |
| parent | 7515198c4da1c80ab00628e1f05cb498f916fead (diff) | |
show available term discounts on invoice, #14210
Diffstat (limited to 'conf/invoice_html')
| -rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index 1d53683ad..567385b06 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -191,7 +191,7 @@ } - if ($section->{'description'} || $multisection) { + if ($section->{'description'} || $multisection and !$section->{no_subtotal}) { my $style = 'border-top: 3px solid #000000;'. 'border-bottom: 3px solid #000000;'; $OUT .= |
