diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_latex_statement | 2 | ||||
-rw-r--r-- | conf/invoice_print_pdf | 0 | ||||
-rw-r--r-- | conf/svc_acct-disable_access_number | 0 | ||||
-rw-r--r-- | conf/welcome_letter | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/conf/invoice_latex_statement b/conf/invoice_latex_statement index 302306aa7..98d4f705b 100644 --- a/conf/invoice_latex_statement +++ b/conf/invoice_latex_statement @@ -86,7 +86,7 @@ \returninset
\makebox{
\begin{tabular}{ll}
- \includegraphics{[@-- $conf_dir --@]/logo.eps} &
+ \includegraphics{[@-- $logo_file --@]} &
\begin{minipage}[b]{5.5cm}
[@-- $returnaddress --@]
\end{minipage}
diff --git a/conf/invoice_print_pdf b/conf/invoice_print_pdf new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/conf/invoice_print_pdf diff --git a/conf/svc_acct-disable_access_number b/conf/svc_acct-disable_access_number new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/conf/svc_acct-disable_access_number diff --git a/conf/welcome_letter b/conf/welcome_letter index be7b484ca..b95a71563 100644 --- a/conf/welcome_letter +++ b/conf/welcome_letter @@ -67,7 +67,7 @@ \returninset \makebox{ \begin{tabular}{ll} - \includegraphics{[@-- $conf_dir --@]/logo.eps} & + \includegraphics{[@-- $logo_file --@]} & \begin{minipage}[b]{5.5cm} [@-- $returnaddress --@] \end{minipage} @@ -75,7 +75,7 @@ } } { % ... pages - %\includegraphics{[@-- $conf_dir --@]/logo.eps} % Uncomment if you want the logo on all pages. + %\includegraphics{[@-- $logo_file --@]} % Uncomment if you want the logo on all pages. } } |