summaryrefslogtreecommitdiff
path: root/conf/invoice_latex
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-27 01:19:41 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-27 01:19:41 -0700
commit4d2467d2b8c2134f8cab6907c675a9c4f56472ed (patch)
tree23f49c075cae1b8aaa0d7119dd51004e4ab4eaba /conf/invoice_latex
parentd8036c151e9706250765dc52eddd1e587df8f710 (diff)
freeside inc. web services for address normalizaion and printing, RT#33849
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r--conf/invoice_latex6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index ceff84bd2..b64cc690b 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -39,7 +39,7 @@
\addtolength{\voffset}{-0.0cm} % top margin to top of header
\addtolength{\hoffset}{-0.6cm} % left margin on page
-\addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.25cm' --@]}
+\addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.00cm' --@]}
\setlength{\headheight}{2.0cm} % height of header
\setlength{\headsep}{[@-- defined($headsep) ? $headsep : '1.0cm' --@]}
\setlength{\footskip}{1.0cm} % bottom of footer from bottom of text
@@ -124,10 +124,10 @@
\returninset
\makebox{
\begin{tabular}{ll}
- \includegraphics{[@-- $logo_file --@]} & [@-- $verticalreturnaddress ? '\\\\' : '' --@]
\begin{minipage}[b]{5.5cm}
[@-- $returnaddress --@]
- \end{minipage}\\
+ \end{minipage} &
+ \includegraphics{[@-- $logo_file --@]}\\
\end{tabular}
}
}