From: Ivan Kohler Date: Tue, 31 Dec 2013 05:59:39 +0000 (-0800) Subject: fix money char for credits X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=19d8baa9a52d0c40b909d5323f59237f0ad557ef fix money char for credits --- diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 09300c629..a3565f125 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -18,7 +18,7 @@ <% mt('Amount') |h %> - $ + <% $money_char |h %> <& /elements/tr-select-reason.html, @@ -65,6 +65,8 @@ <%init> my $conf = new FS::Conf; + +my $money_char = $conf->config('money_char') || '$'; my $date_format = $conf->config('date_format') || '%m/%d/%Y'; die "access denied"