https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17135
--- Comment #8 from Kyle M Hall <[email protected]> --- We should never remove the issue_id from an accountline. It's not a foreign key because of the way we move issues to the old_issues table. It is necessary in order to know which checkout a fine is related to. The solution is pretty simple, we should never update closed out fines ( account type 'F' ). My latest followup on bug 14390 implements this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
