https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41884
--- Comment #4 from Emily Lamancusa (emlam) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
