[Koha-bugs] [Bug 22421] accountlines.issue_id is missing a foreign key constraint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 13:30:28 CET 2019


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

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
This is a more challenging one, as issue_id refers to not one but two distinct
tables .. issues and old_issues.. as such we either need to merge issues and
old_issues or split this constraint into two distinct fields and ensure they're
properly populated.

I've opted for the distinct fields in this patch for now as it's the simpler
approach and can be easily switched at a later date for the issue/old_issue
merge.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list