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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 15 Feb 2023 21:43:36 +0000 (21:43 +0000)
commitab792fa6c8fe0419257f7e006f401209961b0a1a
treee649abd9b66156229f84ebc6feac15bc302cb868
parentf09eed687cf35f9c4f8423cda74be5ca4ed3ec0f
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>
(cherry picked from commit c89c25d81aa8d6a2500820b84aaf7a5c157ed815)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
(cherry picked from commit bc23e4a1d8b72192e70e6cb31f64b630280575ec)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/EDI.pm