diff options
author | jeff <jeff> | 2008-11-24 15:40:07 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-11-24 15:40:07 +0000 |
commit | 49d4fb98b700725f2ecf249b3f1e368d236e38e2 (patch) | |
tree | 677cc90b9feae6bb43e74e3f2e21a12986365b0d | |
parent | 7988179b20afcec7e0609635aa18c6eb6bad5915 (diff) |
more caffiene, please
-rw-r--r-- | FS/FS/part_export/soma.pm | 2 |
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; |