From: Mark Wells Date: Sun, 31 Jan 2016 04:31:31 +0000 (-0800) Subject: silence warning X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3f2d6b89fb1c8cad50c806e3f2452e909bfbab00;p=freeside.git silence warning --- diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 35c79f50b..02c8e34b0 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -614,7 +614,8 @@ sub import_from_gateway { my $error; my $paybatch = $gateway->gatewaynum . '-' . $gateway->gateway_module . - ':' . $item->authorization . ':' . $item->order_number; + ':' . ($item->authorization || '') . + ':' . ($item->order_number || ''); if ( $batch->incoming ) { # This is a one-way batch.