X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Fquotation_latex;h=7ebc38d75c00d81d1bcf770c2f613705b1e88e43;hb=8d953e7c2f94dc007d94da74650d27c5a74cc792;hp=d56a7fbdc5960ac27511381be1a4d621ebb8064f;hpb=0af38652da3b3be7da2d35b048285ef6f2194e1a;p=freeside.git diff --git a/conf/quotation_latex b/conf/quotation_latex index d56a7fbdc..7ebc38d75 100644 --- a/conf/quotation_latex +++ b/conf/quotation_latex @@ -171,7 +171,7 @@ \newcommand{\FShead}{ \hline \rule{0pt}{2.5ex} - \makebox[1.4cm]{\textbf{Ref}} & + \makebox[1.4cm]{} & \multicolumn{\FSdescriptioncolumncount}{l}{\makebox[\FSdescriptionlength][l]{\textbf{[@-- emt('Description') --@]}}}& \FSunitcolumns \makebox[1.6cm][r]{\textbf{[@-- emt('Amount') --@]}} \\ @@ -313,7 +313,7 @@ $OUT .= &{$section->{description_generator}}($line); } else { $OUT .= '\FSdesc'. - '{' . ( $line->{'ref'} ne $lastref ? $line->{'ref'} : '' ) . '}'. + '{}'. #'{' . ( $line->{'ref'} ne $lastref ? $line->{'ref'} : '' ) . '}'. '{' . $line->{'description'} . '}' . '{' . ( $unitprices ? $line->{'unit_amount'} : '' ) . '}'. '{' . ( $unitprices ? $line->{'quantity'} : '' ) . '}' .