summaryrefslogtreecommitdiff
path: root/conf/invoice_latex
diff options
context:
space:
mode:
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r--conf/invoice_latex8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index b286793..195f8fb 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -68,7 +68,7 @@ $footer
%% UNCOMMENT the following FOUR lines and change the path if necssary to provide a logo
\fancyhead[LO,LE]{
\begin{tabular}{l}
-\includegraphics{/usr/local/etc/freeside/logo.eps}
+\includegraphics{/usr/local/etc/freeside/conf.DBI:Pg:dbname=freeside/logo.eps}
\end{tabular}}
%
%% The Heading comprising isue date, customer ref & INVOICE name
@@ -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{$org_company}} }
+\afterpage{ \fancyfoot[CO,CE]{\small{$smallfooter}} }
\afterpage{ \fancyhead[LO,LE]{\small{}} }
\afterpage{ \fancyhead[RO,RE]{\small{
\begin{tabular}{ll}
-Date & Account number\\
-\textbf{ $date_of_bill} & \textbf{ $customer_ref}\\
+Invoice date & Invoice number\\
+\textbf{$date} & \textbf{$invnum}\\
\end{tabular}}} }
%
%