summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/cust_pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 1e4cc9bc0..8aea17d34 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3578,7 +3578,7 @@ sub transfer {
}
if ( $error ) {
my @label = $cust_svc->label;
- return "service $label[1]: $error";
+ return "$label[0] $label[1]: $error";
}
}
return $remaining;