projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5c82a
)
missing billing_history call in ClientAPI, RT#17617
author
Ivan Kohler
<ivan@freeside.biz>
Mon, 11 Jun 2012 23:10:22 +0000
(16:10 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Mon, 11 Jun 2012 23:10:22 +0000
(16:10 -0700)
FS/FS/ClientAPI_XMLRPC.pm
patch
|
blob
|
history
diff --git
a/FS/FS/ClientAPI_XMLRPC.pm
b/FS/FS/ClientAPI_XMLRPC.pm
index
98e1910
..
7e81996
100644
(file)
--- a/
FS/FS/ClientAPI_XMLRPC.pm
+++ b/
FS/FS/ClientAPI_XMLRPC.pm
@@
-104,6
+104,7
@@
sub ss2clientapi {
'switch_acct' => 'MyAccount/switch_acct',
'customer_info' => 'MyAccount/customer_info',
'customer_info_short' => 'MyAccount/customer_info_short',
+ 'billing_history' => 'MyAccount/billing_history',
'edit_info' => 'MyAccount/edit_info', #add to ss cgi!
'invoice' => 'MyAccount/invoice',
'invoice_pdf' => 'MyAccount/invoice_pdf',