[Koha-bugs] [Bug 15260] Option for extended loan with useDaysMode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 16 13:16:46 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260

--- Comment #5 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 88054
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88054&action=edit
Bug 15260: Modify next/prev_open_day

We require next_open_day & prev_open_day to be more flexible. We could
create a separate sub, but that's not very DRY given that they'll do
pretty much the same thing.

So next_open_day becomes next_open_days and prev_open_day becomes
prev_open_days and both functions accept an additional parameter which
determines how many days they add or subtract.

All calls of these two functions have been modified accordingly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list