http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5921 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 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.