[Koha-bugs] [Bug 5921] Enumchron does not show up on item details screen in staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 11:22:23 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5921

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Failed QA                   |Needs Signoff

--- Comment #7 from Chris Cormack <chris at 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.


More information about the Koha-bugs mailing list