[freeside-commits] branch master updated. ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f
Mark Wells
mark at 420.am
Thu Sep 10 16:38:46 PDT 2015
The branch, master has been updated
via ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f (commit)
from 9896275b96170e2a97e313e64c7aa5bfaf12a087 (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 ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f
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