diff options
author | ivan <ivan> | 2005-10-07 23:28:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-07 23:28:57 +0000 |
commit | 4d77eb68f3501500ae66f84626b3922e2bb52e40 (patch) | |
tree | 76aba79067e0ed1046f1a46cd263041af028fccb /conf/invoice_latex | |
parent | 799d775c604edaf0b8f9fcdf8350e9e708ff46a3 (diff) |
allow more width for return address, stuff is wrapping
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r-- | conf/invoice_latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index 9aee63eec..d1b471a4b 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -87,7 +87,7 @@ \makebox{
\begin{tabular}{ll}
\includegraphics{[@-- $conf_dir --@]/logo.eps} &
- \begin{minipage}[b]{3.5cm}
+ \begin{minipage}[b]{5.5cm}
[@-- $returnaddress --@]
\end{minipage}
\end{tabular}
|