diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex | 6 | ||||
-rw-r--r-- | conf/invoice_latexnotes | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex index f63ab324f..b28679344 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -85,12 +85,12 @@ Invoice date & & Invoice number \\ %% Header & footer changes for subsequent pages
%
\afterpage{ \fancyfoot[RO,RE]{\small{\thepage\ of \pageref{LastPage}}} }
-\afterpage{ \fancyfoot[CO,CE]{\small{$smallfooter}} }
+\afterpage{ \fancyfoot[CO,CE]{\small{$org_company}} }
\afterpage{ \fancyhead[LO,LE]{\small{}} }
\afterpage{ \fancyhead[RO,RE]{\small{
\begin{tabular}{ll}
-Invoice date & Invoice number\\
-\textbf{$date} & \textbf{$invnum}\\
+Date & Account number\\
+\textbf{ $date_of_bill} & \textbf{ $customer_ref}\\
\end{tabular}}} }
%
%
diff --git a/conf/invoice_latexnotes b/conf/invoice_latexnotes index 29e173103..dfd2fc2a9 100644 --- a/conf/invoice_latexnotes +++ b/conf/invoice_latexnotes @@ -3,7 +3,7 @@ %% \section*{\textsc{Notes}} \begin{enumerate} -\item PLEASE NOTE NEW ADDRESS BELOW! +\item PLEASE NOTE NEW ADDRESS! \item Please make your check payable to \textbf{Ivan Kohler}. \item If you have any questions please email or telephone. \end{enumerate} |