http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12895
Bug ID: 12895
Summary: Dropbox mode doesn't work correctly
Change sponsored?: ---
Product: Koha
Version: 3.12
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
When dropbox mode is enabled, if you check in a document with a duedate planned
on previous opening day, the patron is restricted nevertheless.
Seems that the reason why is that the comparison of dates is made fom current
date instead of last opening date.
Circulation.pm/AddReturn, ligne 1793 :
$issue->{'overdue'} = DateTime->compare($issue->{'date_due'}, $today ) == -1 ?
1 : 0;
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/