Bug 28672: Pass itemnumber instead of item object
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 7 Jul 2021 11:43:36 +0000 (12:43 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 7 Feb 2023 18:39:31 +0000 (15:39 -0300)
commitc89c25d81aa8d6a2500820b84aaf7a5c157ed815
tree60d9d923ebfcc6cc27daca94bec750b2da0f8bb2
parentd81bca827058e04f656ce0bf95187b7b74b2d5c2
Bug 28672: Pass itemnumber instead of item object

The warn call here was passing the full item object which leads to
HASH() in the logs.. this patch updates it to pass the itemnumber which
is more helpful.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/EDI.pm