X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fbandwidth_com.pm;h=b39bffb69747ceff33314ace1c6dc26b51879464;hb=ffa18709ee8a4d05e18d2d406cf73afe79e52524;hp=6d868e64068a9ccac07df1b6b61d44b6645d8120;hpb=9d818957e724dc5ea2673163855fd84c274cd460;p=freeside.git diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm index 6d868e640..b39bffb69 100644 --- a/FS/FS/part_export/bandwidth_com.pm +++ b/FS/FS/part_export/bandwidth_com.pm @@ -69,7 +69,7 @@ value, or a list of fixed values, for the sip_server field.

END ); -sub export_insert { +sub _export_insert { my($self, $svc_phone) = (shift, shift); local $SIG{__DIE__}; try { @@ -100,7 +100,7 @@ sub export_insert { }; } -sub export_replace { +sub _export_replace { my ($self, $new, $old) = @_; # we only export the IP address and the phone number, # neither of which we can change in place. @@ -111,7 +111,7 @@ sub export_replace { ''; } -sub export_delete { +sub _export_delete { my ($self, $svc_phone) = (shift, shift); local $SIG{__DIE__}; try {