https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18383
Bug ID: 18383
Summary: items.onloan schema comment seems to be incorrect.
Change sponsored?: ---
Product: Koha
Version: 16.11
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Currently the items.onloan schema comment (in SQL and hence on
schema.koha-community.org too) is like this:
defines if item is checked out (NULL for not checked out, and checkout date for
checked out)
However, on my installation (16.11.06), the date that Koha put into
items.onloan column seems to be due date. So, probably the comment should be
changed to:
defines if item is checked out (NULL for not checked out, and due date for
checked out)
--
You are receiving this mail because:
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/