... and can be removed.
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!