[Koha-bugs] [Bug 18383] New: items.onloan schema comment seems to be incorrect.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 4 17:37:47 CEST 2017


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: gmcharlt at gmail.com
          Reporter: pongtawat at punsarn.asia
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list