From: ivan Date: Sat, 16 Apr 2005 22:26:49 +0000 (+0000) Subject: use money_char on enter payment screen instead of hardcoding $ X-Git-Tag: BEFORE_FINAL_MASONIZE~576 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=328223d69a72ceaf25597410f581d006351222cb use money_char on enter payment screen instead of hardcoding $ --- diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 755050bd8..90f1f0026 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -58,6 +58,7 @@ my $paybatch = "webui-$_date-$$-". rand() * 2**32; <% +my $money_char = $conf->config('money_char') || '$'; my $custnum; if ( $link eq 'invnum' ) { @@ -130,7 +131,7 @@ Payment Amount - $ + <%= $money_char %>