| Summary: | C4::Serials::GetLateIssues is not used | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | m.de.rooy, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 12850: C4::Serials::GetLateIssues can be removed
[SIGNED OFF] Bug 12850: C4::Serials::GetLateIssues can be removed Bug 12850: C4::Serials::GetLateIssues can be removed |
||
|
Description
Jonathan Druart
2014-08-29 10:50:54 UTC
Created attachment 31274 [details] [review] Bug 12850: C4::Serials::GetLateIssues can be removed This routine is not used and can be removed. Test plan: git grep GetLateIssues should not return any result Created attachment 31329 [details] [review] [SIGNED OFF] Bug 12850: C4::Serials::GetLateIssues can be removed This routine is not used and can be removed. Test plan: git grep GetLateIssues should not return any result Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Switched to a new branch 'bug_12850' nick@debian:~/koha$ git grep GetLateIssues C4/Serials.pm: &ReNewSubscription &GetLateIssues &GetLateOrMissingIss C4/Serials.pm:=head2 GetLateIssues C4/Serials.pm:@issuelist = GetLateIssues($supplierid) C4/Serials.pm:sub GetLateIssues { t/db_dependent/Serials.t:is(C4::Serials::GetLateIssues(), undef, 'test getting l nick@debian:~/koha$ git bz apply 12850 Bug 12850 - C4::Serials::GetLateIssues is not used 31274 - Bug 12850: C4::Serials::GetLateIssues can be removed Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12850: C4::Serials::GetLateIssues can be removed nick@debian:~/koha$ git grep GetLateIssues nick@debian:~/koha$ Created attachment 31346 [details] [review] Bug 12850: C4::Serials::GetLateIssues can be removed This routine is not used and can be removed. Test plan: git grep GetLateIssues should not return any result Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Patch pushed to master. Thanks Jonathan! |