X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fbroadband_nas.pm;h=d52ccae88c7bb8ae8b842be9069513945a648667;hb=d5d19730fdb7635bf1d4d4c65c06f1108db7f4ff;hp=8c152be45638d3059638ec6798d51059d36682c8;hpb=54a78752a0fc9a82c82dacd111289e886cca6532;p=freeside.git diff --git a/FS/FS/part_export/broadband_nas.pm b/FS/FS/part_export/broadband_nas.pm index 8c152be45..d52ccae88 100644 --- a/FS/FS/part_export/broadband_nas.pm +++ b/FS/FS/part_export/broadband_nas.pm @@ -69,7 +69,7 @@ will be applied to the attached NAS record. =cut -sub export_insert { +sub _export_insert { my $self = shift; my $svc_broadband = shift; my %hash = ( @@ -103,7 +103,7 @@ sub export_insert { return; } -sub export_delete { +sub _export_delete { my $self = shift; my $svc_broadband = shift; my $svcnum = $svc_broadband->svcnum; @@ -118,7 +118,7 @@ sub export_delete { return; } -sub export_replace { +sub _export_replace { my $self = shift; my ($new_svc, $old_svc) = (shift, shift);