summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index fe826ff2f..06980b021 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -165,7 +165,7 @@
'<tr class="invoice_totaldesc">'.
qq(<td style="$style">&nbsp;</td>).
qq(<td align="left" style="$style").
- ( unitprices ? ' colspan=3>' : '>' ).
+ ( $unitprices ? ' colspan=3>' : '>' ).
$section->{'description'}. ' Total </td>'.
qq(<td align="right" style="$style">).
$section->{'subtotal'}. '</td>'.