RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / part_export / cust_http.pm
index f72d006..c13e18d 100644 (file)
@@ -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,