24 Feb
2026
24 Feb
'26
8:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41884 --- Comment #4 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- This generally looks good! Just one question - why was: error => eval { $_->{error} } || "$_" changed to: error => eval { $_->message } || eval { $_->error } || "$_" Also, not a blocker, but can the barcode include a link to the item record since the itemnumber is being passed anyway? (I'm happy to add this when I QA if you're okay with that) -- You are receiving this mail because: You are watching all bug changes.