]> git.koha-community.org Git - koha.git/commit
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)
committerPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 9 Feb 2023 13:07:14 +0000 (12:07 -0100)
commitbc23e4a1d8b72192e70e6cb31f64b630280575ec
tree2710ae77f54f13ea95ace09f38684d51d0be3586
parentea0406404832482bce4d160bfb8a7dd77fb238b5
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>
Koha/EDI.pm