From 49d4fb98b700725f2ecf249b3f1e368d236e38e2 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 24 Nov 2008 15:40:07 +0000 Subject: [PATCH] more caffiene, please --- FS/FS/part_export/soma.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0