[freeside-commits] branch FREESIDE_4_BRANCH updated. 20f815589dca77a20a5338c2afc1bbd573c4b0bc

Mark Wells mark at 420.am
Thu Sep 10 16:38:46 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  20f815589dca77a20a5338c2afc1bbd573c4b0bc (commit)
      from  f023ced4d618137a5e2f1d3d519d23ecdeb7fc7d (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 20f815589dca77a20a5338c2afc1bbd573c4b0bc
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Sep 10 16:36:28 2015 -0700

    fix double "$", #37122

diff --git a/conf/invoice_latex b/conf/invoice_latex
index 4df858d..ceff84b 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -376,7 +376,7 @@
             {' . $line->{'description'} . '}
             {' . $line->{'quantity'} . '}
             {' . $minutes . 'm ' . $seconds . 's' . '}
-            {' . '\dollar' . $line->{'amount'} . '}';
+            {' . $line->{'amount'} . '}';
         } else {
           $OUT .= '\FSdesc'.
                   '{}'.

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

Summary of changes:
 conf/invoice_latex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list