X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fdashcs_e911.pm;h=2717233cf4c8c0fda1bfa7968bb70bbc37b57be2;hb=929783d1045757abbe5c84ff2439547b0f8eca23;hp=a0c3a6d6a1f884dd5499c15297daacd5bc19bcba;hpb=65f0f73df04de553919ee50145376955da20b315;p=freeside.git diff --git a/FS/FS/part_export/dashcs_e911.pm b/FS/FS/part_export/dashcs_e911.pm index a0c3a6d6a..2717233cf 100644 --- a/FS/FS/part_export/dashcs_e911.pm +++ b/FS/FS/part_export/dashcs_e911.pm @@ -20,6 +20,7 @@ tie my %options, 'Tie::IxHash', 'svc' => 'svc_phone', 'desc' => 'Provision e911 services via Dash Carrier Services', 'notes' => 'Provision e911 services via Dash Carrier Services', + 'no_machine' => 1, 'options' => \%options, ); @@ -60,7 +61,7 @@ sub _export_insert { 'location' => $location, }; - my $error_or_ref = dash_command($opts, 'addLocation', $arg ); + $error_or_ref = dash_command($opts, 'addLocation', $arg ); return $error_or_ref unless ref($error_or_ref); my $id = $error_or_ref->get_Location->get_locationid;