summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-09-10 16:36:28 -0700
committerMark Wells <mark@freeside.biz>2015-09-10 16:38:06 -0700
commitffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f (patch)
treef5c3fb8a7cf33d368fb715bdc287452d56cc4eec /conf
parent9896275b96170e2a97e313e64c7aa5bfaf12a087 (diff)
fix double "$", #37122
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 4df858d22..ceff84bd2 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'.
'{}'.