Bug 15796

Summary: C4::Koha - get_itemtypeinfos_of is not used anymore
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 15779    
Attachments: Bug 15796: Remove C4::Koha::get_itemtypeinfos_of
Bug 15796: Remove C4::Koha::get_itemtypeinfos_of
Bug 15796: Remove C4::Koha::get_itemtypeinfos_of

Description Jonathan Druart 2016-02-11 13:37:45 UTC
These 2 subroutines are no longer in use and can be removed.
Comment 1 Jonathan Druart 2016-02-11 13:51:33 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2016-02-11 13:52:22 UTC
(In reply to Jonathan Druart from comment #0)
> These 2 subroutines are no longer in use and can be removed.

C4::Koha::get_infos_of is still used!
Comment 3 Marcel de Rooy 2016-02-12 10:44:58 UTC Comment hidden (obsolete)
Comment 4 Tomás Cohen Arazi 2016-02-12 16:20:28 UTC
Created attachment 48002 [details] [review]
Bug 15796: Remove C4::Koha::get_itemtypeinfos_of

This subroutine is no longer in use.

Test plan:
  git grep get_itemtypeinfos_of
should not return any results.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Trivial and needed removal.
Comment 5 Brendan Gallagher 2016-02-24 03:46:18 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks