http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12850
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31274|0 |1 is obsolete| | --- Comment #2 from Nick Clemens <[email protected]> --- 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 <[email protected]> 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$ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
