From: Mark Wells Date: Thu, 10 Sep 2015 23:36:28 +0000 (-0700) Subject: fix double "$", #37122 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f fix double "$", #37122 --- 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'. '{}'.