[freeside-commits] freeside/conf welcome_letter,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Mon Aug 9 23:28:42 PDT 2010


Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv32326/conf

Modified Files:
	welcome_letter 
Log Message:
add logo_file support to welcome_letter and fix leaving temp files around for invoices and letters, RT#9497

Index: welcome_letter
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/welcome_letter,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- welcome_letter	8 Nov 2007 00:59:35 -0000	1.3
+++ welcome_letter	10 Aug 2010 06:28:40 -0000	1.4
@@ -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.
   }
 }
 



More information about the freeside-commits mailing list