X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_credit.cgi;h=a3565f1257b5a322bbcb0e25c2cb6bd9b67c55b6;hb=0dfd49189b0ea878e99f1590a2939e55ab02c89c;hp=09300c62992426de9fb415be30beb2353a14ef7b;hpb=9d35792778885932c09102bd011b518eb47c5131;p=freeside.git 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"