Bug 41115

Summary: Items.pm: to_api_mapping of checked_out_date is confusing
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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:

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.