Bug 41115 - Items.pm: to_api_mapping of checked_out_date is confusing
Summary: Items.pm: to_api_mapping of checked_out_date is confusing
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-27 20:12 UTC by Lucas Gass (lukeg)
Modified: 2025-10-27 20:12 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2025-10-27 20:12:41 UTC
In Items.pm items.onlaon is mapped to checked_out_date. This is misleading as the column is described as "defines if item is checked out (NULL for not checked out, and due date for checked out)"

So this would never show a "checked out" date.