[Koha-bugs] [Bug 22521] Convert fines handling to use 'status' instead of two accounttypes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 27 11:08:16 CET 2019


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

--- Comment #21 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list