diff options
author | jeff <jeff> | 2008-06-04 17:59:42 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-04 17:59:42 +0000 |
commit | 988ec48fea05902eb7ea22e43a44e86a36eee06a (patch) | |
tree | 4c7003eeac01755d2c10c36af69a637ed2696f0f /conf/invoice_html | |
parent | 3b35ccbf226efe00c94f3a72dd1c7ed64d926a7c (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 ae6910dba..a3ab6c0c2 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -117,7 +117,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">'. |