diff options
author | jeff <jeff> | 2008-06-04 18:05:02 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-04 18:05:02 +0000 |
commit | eabcf4dfa43e6b51a433b1bc9ffdb3b393d102cf (patch) | |
tree | b5b6f754149bed98a6277d7c4b8ad3efc247d273 /conf/invoice_html | |
parent | 9b47beaf0df0a9451e9b530e22a1698cb4d94649 (diff) |
voxline invoice formatting
Diffstat (limited to 'conf/invoice_html')
-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 ddede78ce..d619c0a61 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -87,7 +87,7 @@ '</tr>' ; if ( @{$line->{'ext_description'} } ) { - $OUT .= '<tr class="invoice_extdesc"><td></td><td><table>'; + $OUT .= '<tr class="invoice_extdesc"><td></td><td><table width="100%">'; foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= '<tr class="invoice_extdesc">'. |