Bug 35173: Correctly concat error strings
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Oct 2023 10:48:07 +0000 (11:48 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 27 Oct 2023 19:54:30 +0000 (16:54 -0300)
commit43bd124f873ac118a9f87a5b5160ee99dc8b8a47
treedf26abed1b38989f24b13c03f4d1d05ef48e7ce9
parent67f4fcc204c11998f9110d8ed723fa826c62a5ce
Bug 35173: Correctly concat error strings

This patch moves the call to $sftp->error outside of the double quote
string and into a . concat to properly expose the error message as
apposed to outputting 'Net::SFTP::Foreign=HASH(0x559c9118f0c8)->error'

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Edifact/Transport.pm