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)
Created attachment 61844 [details] [review] Correct schema comment
Hi Pongtawat, thx for the patch! Please remember to switch the status from NEW to "Needs Sign-off" after attaching a patch, otherwise this will not show up in people's searches and can get be overlooked.
Created attachment 63399 [details] [review] [SIGNED OFF] Bug 18383 - Correct items.onloan schema comment Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 63420 [details] [review] Bug 18383 - Correct items.onloan schema comment Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Amended to include items and deleteditems.
Pushed to master for 17.05, thanks pongtawat!
This patch has been pushed to 16.11.x and will be in 16.11.08.
Pushed to 16.05.x, for 16.05.13 release
*** Bug 6349 has been marked as a duplicate of this bug. ***