27 Apr
2026
27 Apr
'26
2:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42425 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 198235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198235&action=edit Bug 42425: DB changes Adds a checkin_id column to accountlines so fee adjustments created during a checkin (lost item refunds, overdue fine updates, processing fee refunds) can be linked back to the specific checkin event. - checkin_id INT(11) DEFAULT NULL, FK ON DELETE SET NULL - Links existing accountlines to checkin records via old_issue_id -- You are receiving this mail because: You are watching all bug changes.