X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fbroadband_snmp.pm;h=8ebc716e782a7907adc69dbf4be969d23a280d85;hb=7be116339beee253f9bf8805076c766cf0f8e318;hp=56d7816b26f3405d6d976c630ec2601fd1622dcf;hpb=ba71de5d6420a13a8fd11288584a3194cc153bad;p=freeside.git diff --git a/FS/FS/part_export/broadband_snmp.pm b/FS/FS/part_export/broadband_snmp.pm index 56d7816b2..8ebc716e7 100644 --- a/FS/FS/part_export/broadband_snmp.pm +++ b/FS/FS/part_export/broadband_snmp.pm @@ -62,27 +62,27 @@ svc_broadband fields may be prefixed with $new_ and $old_ END ); -sub export_insert { +sub _export_insert { my $self = shift; $self->export_command('insert', @_); } -sub export_delete { +sub _export_delete { my $self = shift; $self->export_command('delete', @_); } -sub export_replace { +sub _export_replace { my $self = shift; $self->export_command('replace', @_); } -sub export_suspend { +sub _export_suspend { my $self = shift; $self->export_command('suspend', @_); } -sub export_unsuspend { +sub _export_unsuspend { my $self = shift; $self->export_command('unsuspend', @_); }