diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex | 5 | ||||
-rw-r--r-- | conf/quotation_latex | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index 5c6090e08..a710cddec 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -63,6 +63,10 @@ \LTchunksize=40
+
+\begin{document}
+
+
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{1pt}
@@ -268,7 +272,6 @@ \\
}
-\begin{document}
% Headers and footers defined for the first page
\addressinset \rule{0.5cm}{0cm}
\makebox{
diff --git a/conf/quotation_latex b/conf/quotation_latex index 25228dcb9..13fc42978 100644 --- a/conf/quotation_latex +++ b/conf/quotation_latex @@ -39,6 +39,10 @@ \LTchunksize=40
+
+\begin{document}
+
+
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{1pt}
@@ -200,7 +204,6 @@ }
-\begin{document}
% Headers and footers defined for the first page
\addressinset \rule{0.5cm}{0cm}
\makebox{
|