more caffiene, please
authorjeff <jeff>
Mon, 24 Nov 2008 15:40:07 +0000 (15:40 +0000)
committerjeff <jeff>
Mon, 24 Nov 2008 15:40:07 +0000 (15:40 +0000)
FS/FS/part_export/soma.pm

index 319ef84..6fe23c4 100644 (file)
@@ -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;