summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-06 20:06:13 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-06 20:06:13 -0700
commitf281f59e4b3f8fed53e64b57d9cb4eaedd73e8e0 (patch)
treeab79d2a1d4ec7510b6a4f744622102930c099171 /FS/FS/Conf.pm
parent404f8f0494ab5fd2ff947bf82d085fed52c126c5 (diff)
add billing_history selfservice API call, RT#17617
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index bf7c5533e..bf2f189a4 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5043,6 +5043,13 @@ and customer address. Include units.',
'type' => 'checkbox',
},
+ {
+ 'key' => 'selfservice-billing_history-line_items',
+ 'section' => 'self-service',
+ 'description' => 'Return line item billing detail for the self-service billing_history API call.',
+ 'type' => 'checkbox',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },