X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMyAccount.pm;h=4097ff81b2c28291f908ba69b631762ecb056840;hb=b89a12ddfcdf3f1da02e42765a04e40059a71b5d;hp=b0ea736f865c80355d4ceb6b8fbe2eec2a671abd;hpb=9c16c12de0c9570e69f67a1640803c91b5ea53a8;p=freeside.git diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index b0ea736f8..4097ff81b 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -729,6 +729,7 @@ sub billing_history { @history = sort { $b->{'date'} <=> $a->{'date'} } @history; $return{'history'} = \@history; + $return{'money_char'} = $conf->config("money_char") || '$', return \%return;