Bug 24858: Correct labels on wording in ExcludeHolidaysFromMaxPickUpDelay
TO TEST: - Apply patch - mark your library closed today and tomorrow - set ReservesMaxPickUpDelay to 1 day - set ExcludeHolidaysFromMaxPickUpDelay to "Ignore the calendar" - place hold, capture hold - hold expiration date is set to tomorrow (doesn't skip closed days) - Set ExcludeHolidaysFromMaxPickUpDelay to "Use the calendar" - Place hold, capture hold - hold expiration date is set to the day after tomorrow (skips closed days) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
22f2494914
commit
0fc78cae28
1 changed files with 2 additions and 2 deletions
|
@ -757,8 +757,8 @@ Circulation:
|
|||
-
|
||||
- pref: ExcludeHolidaysFromMaxPickUpDelay
|
||||
choices:
|
||||
yes: Ignore the calendar
|
||||
no: Use the calendar
|
||||
yes: Use the calendar
|
||||
no: Ignore the calendar
|
||||
- when calculating the period for reserves max pickup delay.
|
||||
-
|
||||
- pref: decreaseLoanHighHolds
|
||||
|
|
Loading…
Reference in a new issue