From c0607591ac4db28b1c4dee0a65546e88c5d62166 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 30 Jan 2016 20:31:31 -0800 Subject: [PATCH] silence warning --- FS/FS/pay_batch.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.11.0