i think we need a $ there???
authorivan <ivan>
Tue, 24 Jun 2008 18:50:15 +0000 (18:50 +0000)
committerivan <ivan>
Tue, 24 Jun 2008 18:50:15 +0000 (18:50 +0000)
conf/invoice_html

index fe826ff..06980b0 100644 (file)
             '<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>'.