1 Aug
2017
1 Aug
'17
5:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966 --- Comment #32 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Looks like the "update the fines" part should be removed (it should not hurt, no side-effects expected); 2177 # Update the fines 2178 $dbh->do(q|UPDATE accountlines SET issue_id = ? WHERE issue_id = ?|, undef, $old_checkout->issue_id, $issue->issue_id); -- You are receiving this mail because: You are watching all bug changes.