From a1a1fbca688fda6c737bf016f6f3565b5192497b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 16 May 2013 13:31:32 -0700 Subject: [PATCH] statement link display by default, better label, statements say "statement" and have no dates/numbers, RT#23148 --- conf/invoice_latex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/invoice_latex b/conf/invoice_latex index 533e8340d..b169b617f 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -127,7 +127,11 @@ \ifthenelse{\equal{\thepage}{1}} { % First page \begin{tabular}{ccc} - [@-- join(' & ', emt('Invoice date'), emt('Invoice #'), emt('Customer #') ) --@]\\ + [@-- join(' & ', ( $no_date ? '' : emt('Invoice date') ), + ( $no_number ? '' : emt('Invoice #') ), + emt('Customer #') + ) + --@]\\ \vspace{0.2cm} \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]} \\\hline \rule{0pt}{5ex} &~~ \huge{\textsc{[@-- emt($notice_name) --@]}} & \\ -- 2.11.0