From cfe3371f55ba574e042497836f7a5e4f35c94e92 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 11 Jun 2015 23:15:50 -0500 Subject: RT#29169: Show payment information in selfservice portal --- FS/FS/ClientAPI/MyAccount.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') 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; -- cgit v1.2.1