From: jeff Date: Mon, 24 Nov 2008 15:40:07 +0000 (+0000) Subject: more caffiene, please X-Git-Tag: root_of_webpay_support~229 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=49d4fb98b700725f2ecf249b3f1e368d236e38e2 more caffiene, please --- 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;