summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index a43cc92..49c1187 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -154,7 +154,10 @@
foreach my $ext_desc ( @{$line->{'ext_description'} } ) {
$OUT .=
'<tr class="invoice_extdesc">'.
- '<td align="left">&nbsp;&nbsp;'. $ext_desc. '</td>'.
+ '<td align="left" '.
+ ( $ext_desc =~ /<\/?TD>/i ? '' : 'colspan=99' ). '>'.
+ '&nbsp;&nbsp;'. $ext_desc.
+ '</td>'.
'</tr>'
}
$OUT .= '</table></td><td></td></tr>';