https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42425

--- Comment #14 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 204163
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204163&action=edit
Bug 42425: DB changes

Adds a checkin_id column to accountlines so fee adjustments created
during a checkin can be linked back to the specific checkin event.

- checkin_id INT(11) DEFAULT NULL, FK ON DELETE SET NULL ON UPDATE CASCADE
- Backfills existing accountlines via old_issue_id join to checkins

Signed-off-by: David Nind <[email protected]>
Signed-off-by: Tomás Cohen Arazi <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to