[Koha-bugs] [Bug 12850] C4::Serials::GetLateIssues is not used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 3 05:20:24 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12850

Nick Clemens <nick at quecheelibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31274|0                           |1
        is obsolete|                            |

--- Comment #2 from Nick Clemens <nick at quecheelibrary.org> ---
Created attachment 31329
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31329&action=edit
[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 at quecheelibrary.org>

Switched to a new branch 'bug_12850'
nick at 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 at 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 at debian:~/koha$ git grep GetLateIssues
nick at debian:~/koha$

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list