[Bug 36183] New: Add item barcodes to staff search results page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36183 Bug ID: 36183 Summary: Add item barcodes to staff search results page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Several libraries have requested that the item barcode be added to the staff results page. While I can see the benefit to this, I am unsure how to make it happen. Currently Koha "groups" items by there availability and then by holding branch, location, itype, and ccode. C4/Search.pm 1854 ( $item->{$hbranch} ? $item->{$hbranch} . '--' : q{} ) 1855 . ( $item->{location} ? $item->{location} : q{} ) 1856 . ( $item->{itype} ? $item->{itype} : q{} ) 1857 . ( $item->{ccode} ? $item->{ccode} : q{} ) I don't quite know how to "group" something like barcode which would be unique for every single item. Maybe it gets added in a separate display/column? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36183 Lucy Vaux-Harvey <lucy.vaux-harvey@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucy.vaux-harvey@ptfs-europ | |e.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36183 Lillian <l.curanzy@newportlibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |l.curanzy@newportlibrary.or | |g -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org