diff options
author | ivan <ivan> | 2008-06-24 18:50:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-24 18:50:15 +0000 |
commit | 87b1f499aace31ec7b15c21ce7018236944dd428 (patch) | |
tree | d4922dff63c5402daaffe9ad9dd0a5ee59e31523 /conf | |
parent | 6577fcc50b6a711f1988bb4c83924e90f4bc97d6 (diff) |
i think we need a $ there???
Diffstat (limited to 'conf')
-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 fe826ff2f..06980b021 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -165,7 +165,7 @@ '<tr class="invoice_totaldesc">'. qq(<td style="$style"> </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>'. |