From 7a4df417fbc5e48c1b257f8695bcd4c2a1612d91 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 30 Dec 2013 21:59:40 -0800 Subject: [PATCH] fix money char for credits --- httemplate/edit/cust_credit.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 4dba1e769..4bf140a74 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -19,7 +19,7 @@ <% mt('Amount') |h %> - $ + <% $money_char |h %> <& /elements/tr-select-reason.html, @@ -66,6 +66,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" -- 2.20.1