X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcust_http.pm;h=c13e18db11b13caa71d76ac208d42297d9efd275;hb=2aa7cfda6c3936e1850d845e25ed88cf0a09330f;hp=f72d00698761e347d52c65bde2abe270820af4b1;hpb=8fcfaab8b0a383d8fdce74af5f88cc8f86a36a1d;p=freeside.git diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm index f72d00698..c13e18db1 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,