summaryrefslogtreecommitdiff
path: root/conf/quotation_latex
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:28 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 15:13:28 -0800
commit0b6bd6405107c1abf8f2c5e2bc1b569870a02309 (patch)
tree45b7249057e5b24768e62413a706b87a8de7b7de /conf/quotation_latex
parentf5a77514d6816225b378ced1d598ba745d0c22b4 (diff)
remove Ref field from quotations and invoices, RT#22232
Diffstat (limited to 'conf/quotation_latex')
-rw-r--r--conf/quotation_latex4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/quotation_latex b/conf/quotation_latex
index d56a7fb..7ebc38d 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'} : '' ) . '}' .