Bug 13318

Summary: C4::Acq::GetParcel is not used and can be removed
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: matted-34813, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12826    
Bug Blocks:    
Attachments: Bug 13318: Delete C4::Acq::GetParcel
Bug-13318-Delete-C4-Acq-GetParcel.patch
[PASSED QA] Bug 13318: Delete C4::Acq::GetParcel

Description Jonathan Druart 2014-11-21 10:48:14 UTC
The subroutine C4::Acquisition::GetParcel is never used in the code.
It can be removed.
Comment 1 Jonathan Druart 2014-11-21 10:53:22 UTC Comment hidden (obsolete)
Comment 2 wajasu 2014-11-28 05:48:45 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-12-05 15:10:27 UTC
Created attachment 34150 [details] [review]
[PASSED QA] Bug 13318: Delete C4::Acq::GetParcel

Test plan:
  git grep GetParcel
should not return use of this subroutine.

Signed-off-by: wajasu <matted@34813.mypacks.net>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Tomás Cohen Arazi 2015-01-10 19:19:58 UTC
Patch pushed to master.

Thanks Jonathan!