Bug 25781

Summary: Remove duplicate days_forward method from Koha::Calendar
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize <martin.renvoize>
Status: ASSIGNED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15260, 25723    
Bug Blocks:    

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.