Bug 4900

Summary: sys pref useDaysMode misses option Datedue
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: System AdministrationAssignee: Nicole C. Engard <nengard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: critical    
Priority: PATCH-Sent (DO NOT USE) CC: gmcharlt, nengard
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: patch

Description Katrin Fischer 2010-06-21 15:26:01 UTC
The system preference useDaysMode has 3 options:

- days
- calendar
- datedue

The new sys pref editor is missing datedue.


- pref: useDaysMode
 choices:
 Days: Include
 Calendar: "Don't include"
- days when the library in closed when calculating due dates.

I checked the code, it seems the option is still present. There is code in calendar.pm sub addDate, which is used by Circulation.pm and sub CalcDateDue.

Our libraries currently use the option datedue for calculation of due dates.
Comment 1 Nicole C. Engard 2010-06-21 18:33:01 UTC
Created attachment 2257 [details] [review]
patch
Comment 2 Galen Charlton 2010-06-24 02:33:07 UTC
Patch pushed.  Please test and close.