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)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Fri, 17 Feb 2023 13:04:49 +0000 (14:04 +0100)
commit41dc9ce95e17fc1b952f521fdfaaab7d21535ea3
tree2295bb8e34c11e9cf77449608c3cb0270fc0fca8
parenta33e833fe00e4c19125810f5b2004fa7f92541e6
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>
(cherry picked from commit ab792fa6c8fe0419257f7e006f401209961b0a1a)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Koha/EDI.pm