X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=cf557f4e4189657ab475948189ede2894bcc29a7;hb=b7edb246e8b697f12c2b586c5bffef6a2df7ba64;hp=bc7e539d140fd4bf1f2cdef154c7f9e31a25935c;hpb=5adb5b5ccb59df8ed113d7e2c47d7932fc3738e6;p=freeside.git diff --git a/conf/invoice_latex b/conf/invoice_latex index bc7e539d1..cf557f4e4 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -86,15 +86,15 @@ \returninset \makebox{ \begin{tabular}{ll} - \includegraphics{[@-- $conf_dir --@]/logo.eps} & - \begin{minipage}[b]{3.5cm} + \includegraphics{[@-- $logo_file --@]} & + \begin{minipage}[b]{5.5cm} [@-- $returnaddress --@] \end{minipage} \end{tabular} } } { % ... 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. } } @@ -173,7 +173,7 @@ \addressline{[@-- $company --@]} \addressline{[@-- $address1 --@]} \addressline{[@-- $address2 --@]} -\addressline{[@-- $city --@], [@-- $state --@] [@-- $zip --@]} +\addressline{[@-- $city --@], [@-- $state --@]~~[@-- $zip --@]} \addressline{[@-- $country --@]} \end{minipage}} \end{tabular} @@ -230,8 +230,8 @@ Terms: [@-- $terms --@]\\ '{' . $line->{'amount'} . "}${rowbreak}\n"; foreach my $ext_desc (@$ext_description) { - $ext_desc = substr($ext_desc, 0, 70) . '...' - if (length($ext_desc) > 70); + $ext_desc = substr($ext_desc, 0, 80) . '...' + if (length($ext_desc) > 80); $OUT .= '\FSextdesc{' . $ext_desc . '}' . "${rowbreak}\n"; }