https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22521 --- Comment #21 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 86919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86919 Bug 22521: Update fines handling to use accountline.status Review of attachment 86919: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22521&attachment=86919) ----------------------------------------------------------------- ::: Koha/Account.pm @@ +471,4 @@
itemnumber => $item_id, issue_id => $issue_id, branchcode => $library_id, + ( $type eq 'overdue' ? ( lastincrement => $amount ) : ()),
Does it make sense to you to make this dependent also on 22516, which removes lastincrement column? -- You are receiving this mail because: You are watching all bug changes.