diff options
| author | jeff <jeff> | 2008-06-05 17:05:57 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2008-06-05 17:05:57 +0000 | 
| commit | 943ed94ca5c48732ed064598c49599199e3b6d53 (patch) | |
| tree | 8e0f5d9cf7e569bf11cdfe74ea428dbf9e57d068 | |
| parent | 6fb3ca52b569e131e082d3fe3f141ec3a307b164 (diff) | |
fix unitprice/posttotal nit
| -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 65c777e76..4dd1078f8 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -157,7 +157,7 @@          }          if ($section->{'posttotal'}) { -          $OUT .= '<tr><td align="right" colspan=3>'; +          $OUT .= '<tr><td align="right" colspan=5>';            $OUT .=              '<p><font size="+1">'. $section->{'posttotal'}.              '</font>'. | 
