http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #13 from Ian Walls <koha.sekjal@gmail.com> --- First patch: fixes some spacing, then adds conditional check to template var before printing. second patch: C4 change. Replaces usage of $itemtypes with $item->{notforloan_per_itemtype}, making the subroutine buildKohaItemsNamespace more efficient third patch: fixes spacing and conditional check on template, and provides default value for possibly undefined variable. fourth patch: conditional check for variable before concatenating fifth patch: C4 change. Introduces conditional checks into SearchAuthorities(). Lots of text moved to fix indenting, but functional changes are minimal. sixth patch: better conditional checks on variables. Marking all 6 Passed QA. -- You are receiving this mail because: You are watching all bug changes.