Bug 25781 - Remove duplicate days_forward method from Koha::Calendar
Summary: Remove duplicate days_forward method from Koha::Calendar
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 15260 25723
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-17 13:15 UTC by Martin Renvoize
Modified: 2020-06-17 13:47 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2020-06-17 13:15:17 UTC
With bug 15260 the 'next_open_days' method learnt to accept an integer number of days to add before calculating the next open day date.

This, in effect, removes the requirement for the days_forward method that does the same.