Bug 17589

Summary: Improper method type in Koha::ItemType(s)
Product: Koha Reporter: Kyle M Hall <kyle>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: mtj
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14828
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17589 - Improper method type in Koha::ItemType(s)

Description Kyle M Hall 2016-11-08 17:14:27 UTC
It looks like some merge cruft ended up in master, as the type() method was renamed to _type() to not conflict with columns of the same name.
Comment 1 Kyle M Hall 2016-11-08 17:15:28 UTC
Created attachment 57341 [details] [review]
Bug 17589 - Improper method type in Koha::ItemType(s)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 2 Kyle M Hall 2016-11-08 17:16:42 UTC
Pushed to master for 16.11, simple fix with Jonathan's blessing ; )
Comment 3 Mason James 2016-12-14 10:16:55 UTC
Pushed to 16.05.x, for 16.05.06 release