Summary: | UseDaysMode is used for calculating the expiration date for waiting holds | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall |
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: | ||
Circulation function: | |||
Bug Depends on: | 24159 | ||
Bug Blocks: |
Description
Katrin Fischer
2022-07-25 09:50:45 UTC
... and the UseDaysMode description should be amended to include the hold expiration date and a link to ExcludeHolidaysFromMaxPickupDelay. Koha::Calendar need a days_mode to be instantiated correctly.
> and just use calendar or not.
What does it mean? That we need the different days_mode option for ExcludeHolidaysFromMaxPickUpDelay?
(In reply to Jonathan Druart from comment #2) > Koha::Calendar need a days_mode to be instantiated correctly. > > > and just use calendar or not. > What does it mean? That we need the different days_mode option for > ExcludeHolidaysFromMaxPickUpDelay? I guess that would be the only solution if you want to make them behave differently... but for now it might be easiest to mention it in the UseDaysMode system preference for documentation. |