[freeside-commits] branch master updated. a1a1fbca688fda6c737bf016f6f3565b5192497b

Ivan ivan at 420.am
Thu May 16 13:31:33 PDT 2013


The branch, master has been updated
       via  a1a1fbca688fda6c737bf016f6f3565b5192497b (commit)
      from  67d6d7a6c446837af1855eef8495c286a58a9ac1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1a1fbca688fda6c737bf016f6f3565b5192497b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 16 13:31:32 2013 -0700

    statement link display by default, better label, statements say "statement" and have no dates/numbers, RT#23148

diff --git a/conf/invoice_latex b/conf/invoice_latex
index 533e834..b169b61 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) --@]}} & \\

-----------------------------------------------------------------------

Summary of changes:
 conf/invoice_latex |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list