summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/soma.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/soma.pm b/FS/FS/part_export/soma.pm
index 319ef8414..6fe23c4c9 100644
--- a/FS/FS/part_export/soma.pm
+++ b/FS/FS/part_export/soma.pm
@@ -384,7 +384,7 @@ sub esn {
if ($svcdb eq 'svc_external') {
my $esn = $svc->title;
$esn =~ /^\s*([\da-fA-F]{1,16})\s*$/ && ($esn = $1);
- return sprintf( '%016s' );
+ return sprintf( '%016s', $esn );
}
my $cust_pkg = $svc->cust_svc->cust_pkg;