diff options
-rwxr-xr-x | httemplate/edit/part_bill_event.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_bill_event.cgi b/httemplate/edit/part_bill_event.cgi index cc6bb47d2..32ca47af4 100755 --- a/httemplate/edit/part_bill_event.cgi +++ b/httemplate/edit/part_bill_event.cgi @@ -95,7 +95,7 @@ sub select_agentnum { } my $conf = new FS::Conf; -my $money_char = $conf->config('money_char'); +my $money_char = $conf->config('money_char') || '$'; #this is pretty kludgy right here. tie my %events, 'Tie::IxHash', |