diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 0ebd821a7..85a96c7c5 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -763,6 +763,7 @@ sub billing_history { @history = sort { $b->{'date'} <=> $a->{'date'} } @history; $return{'history'} = \@history; + $return{'money_char'} = $conf->config("money_char") || '$', return \%return; |