summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/a2billing.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/a2billing.pm')
-rw-r--r--FS/FS/part_export/a2billing.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index 15410ae..dbbd1be 100644
--- a/FS/FS/part_export/a2billing.pm
+++ b/FS/FS/part_export/a2billing.pm
@@ -105,7 +105,7 @@ sub replace {
'';
}
-sub export_insert {
+sub _export_insert {
my $self = shift;
my $svc = shift;
my $cust_pkg = $svc->cust_svc->cust_pkg;
@@ -290,7 +290,7 @@ sub export_insert {
'';
}
-sub export_delete {
+sub _export_delete {
my $self = shift;
my $svc = shift;
@@ -376,7 +376,7 @@ sub export_delete {
'';
}
-sub export_replace {
+sub _export_replace {
my $self = shift;
my $new = shift;
my $old = shift || $self->replace_old;
@@ -421,7 +421,7 @@ sub export_replace {
'';
}
-sub export_suspend {
+sub _export_suspend {
my $self = shift;
my $svc = shift;
@@ -446,7 +446,7 @@ sub export_suspend {
$error || '';
}
-sub export_unsuspend {
+sub _export_unsuspend {
my $self = shift;
my $svc = shift;