http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5921
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #7 from Chris Cormack <[email protected]> 2011-04-07 09:22:23 UTC --- enumchron is inside the ITEM_DATA loop, which is populated with @items. @items is populated by GetItemsInfo, which does SELECT items.*, So enumchron is being passed to the template. All that was being tested here was the follow up patch (the original one is already in master) which is purely a cosmetic change. -- 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/
