summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorivan <ivan>2008-06-24 18:50:15 +0000
committerivan <ivan>2008-06-24 18:50:15 +0000
commit87b1f499aace31ec7b15c21ce7018236944dd428 (patch)
treed4922dff63c5402daaffe9ad9dd0a5ee59e31523 /conf
parent6577fcc50b6a711f1988bb4c83924e90f4bc97d6 (diff)
i think we need a $ there???
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index fe826ff..06980b0 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>'.