From ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 10 Sep 2015 16:36:28 -0700 Subject: [PATCH] fix double "$", #37122 --- conf/invoice_latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. '{}'. -- 2.11.0