22 Aug
2016
22 Aug
'16
7:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17135 --- Comment #8 from Kyle M Hall <kyle@bywatersolutions.com> --- 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.