From: jeff Date: Tue, 12 Jan 2010 16:40:54 +0000 (+0000) Subject: eliminate harmless argument isn't numeric messages X-Git-Tag: root_of_svc_elec_features~546 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=41f9be5ec8e3c8ce122bed4ea63ce22d6ac5be47;p=freeside.git eliminate harmless argument isn't numeric messages --- diff --git a/FS/FS/part_export/prizm.pm b/FS/FS/part_export/prizm.pm index 97054408f..036d2061d 100644 --- a/FS/FS/part_export/prizm.pm +++ b/FS/FS/part_export/prizm.pm @@ -213,7 +213,7 @@ sub _export_insert { 0, $element_name_length), $location, $contact, - sprintf("%032X", $svc->authkey), + sprintf("%032X", $svc->authkey || 0), $performance_profile, $svc->vlan_profile, ($self->option('ems') ? 1 : 0 ),