http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6364
--- Comment #1 from Owen Leonard <[email protected]> 2011-05-18 15:06:32 UTC --- Created attachment 4166 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4166 Proposed fix The markup for showing item availability has been moved to an include file. The include lacked the scope declaration for the item results loop. Adding the scope declaration to the include file means it can't be used by other template unless within the same scope, but I'm not aware of a better way to do it given the number of variables in use. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
