summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/cust_http.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/cust_http.pm')
-rw-r--r--FS/FS/part_export/cust_http.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm
index f72d006..c13e18d 100644
--- a/FS/FS/part_export/cust_http.pm
+++ b/FS/FS/part_export/cust_http.pm
@@ -55,7 +55,7 @@ tie %options, 'Tie::IxHash',
;
%info = (
- 'svc' => [qw( cust_main cust_location )],
+ 'svc' => [qw( cust_main )],
'desc' => 'Send an HTTP or HTTPS GET or POST request, for customers.',
'options' => \%options,
'no_machine' => 1,