[freeside-commits] branch FREESIDE_3_BRANCH updated. dd66730eb92b6b87cd68f3bd3bc46786bf33799c

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


The branch, FREESIDE_3_BRANCH has been updated
       via  dd66730eb92b6b87cd68f3bd3bc46786bf33799c (commit)
      from  67067dc8ca1c3cd57e2a310b98b40754a45f156f (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 dd66730eb92b6b87cd68f3bd3bc46786bf33799c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 16 13:31:33 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