X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_credit.cgi;h=a3565f1257b5a322bbcb0e25c2cb6bd9b67c55b6;hb=a17d255a7678d360c3673a461b091608b181716c;hp=4dba1e769b36799864c5a512acaa63b01b0effbd;hpb=93e3a52f23c3473207f29f36cda06adfe221353f;p=freeside.git diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 4dba1e769..a3565f125 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -8,7 +8,6 @@ - <% ntable("#cccccc", 2) %> @@ -19,7 +18,7 @@ <% mt('Amount') |h %> - $ + <% $money_char |h %> <& /elements/tr-select-reason.html, @@ -66,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" @@ -74,7 +75,6 @@ die "access denied" my $custnum = $cgi->param('custnum'); my $amount = $cgi->param('amount'); my $_date = time; -my $otaker = getotaker; my $p1 = popurl(1);