move POP to browse template; whew, its paged
[freeside.git] / conf / invoice_latex
index 11c49db..cf557f4 100644 (file)
     \returninset\r
     \makebox{\r
       \begin{tabular}{ll}\r
-        \includegraphics{[@-- $conf_dir --@]/logo.eps} &\r
-        \begin{minipage}[b]{3.5cm}\r
+        \includegraphics{[@-- $logo_file --@]} &\r
+        \begin{minipage}[b]{5.5cm}\r
 [@-- $returnaddress --@]\r
         \end{minipage}\r
       \end{tabular}\r
     }\r
   }\r
   { % ... pages\r
-    %\includegraphics{[@-- $conf_dir --@]/logo.eps}    % Uncomment if you want the logo on all pages.\r
+    %\includegraphics{[@-- $logo_file --@]}    % Uncomment if you want the logo on all pages.\r
   }\r
 }\r
 \r
@@ -230,8 +230,8 @@ Terms: [@-- $terms --@]\\
             '{' . $line->{'amount'} . "}${rowbreak}\n";\r
 \r
     foreach my $ext_desc (@$ext_description) {\r
-      $ext_desc = substr($ext_desc, 0, 70) . '...'\r
-        if (length($ext_desc) > 70);\r
+      $ext_desc = substr($ext_desc, 0, 80) . '...'\r
+        if (length($ext_desc) > 80);\r
       $OUT .= '\FSextdesc{' . $ext_desc . '}' . "${rowbreak}\n";\r
     }\r
 \r