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