X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=d1b471a4bbd3c151086b76cd0ab7be188c219986;hb=2e3568f2540dfcf0b6ae0718fcab9badbd72c7ba;hp=5938a9872df7bcccafab3460e02604d3fb0773cf;hpb=b6343424437589018faba310159efaff6cecac18;p=freeside.git diff --git a/conf/invoice_latex b/conf/invoice_latex index 5938a9872..d1b471a4b 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -87,7 +87,7 @@ \makebox{ \begin{tabular}{ll} \includegraphics{[@-- $conf_dir --@]/logo.eps} & - \begin{minipage}[b]{3.5cm} + \begin{minipage}[b]{5.5cm} [@-- $returnaddress --@] \end{minipage} \end{tabular} @@ -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"; }