https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33989 Bug ID: 33989 Summary: Inventory tool performs unnecessary authorized value lookups Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org The inventory tool will look up the authorized value description for location, notforloan, itemlost, damaged, and withdrawn for every single barcode - even if it doesn't need to show this data to a user. By only performing these lookups when a user will view this data (ie for items that appear in the "results"), we gain enormous speed improvements. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.