From 1ec723c2b944c08c32362d05cefe8b332c80276d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 10 Aug 2010 06:28:40 +0000 Subject: add logo_file support to welcome_letter and fix leaving temp files around for invoices and letters, RT#9497 --- conf/welcome_letter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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. } } -- cgit v1.2.1