| Summary: | C4::Koha - get_itemtypeinfos_of is not used anymore | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> | 
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> | 
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> | 
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | brendan | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | Small patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| 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
        
       
    Created attachment 47892 [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. (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! Created attachment 47959 [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> 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. Pushed to Master - Should be in the May 2016 release. Thanks  |