https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390
--- Comment #48 from Kyle M Hall <[email protected]> --- (In reply to Katrin Fischer from comment #45) > > How to solve this? Can we remove the issue id in accountlines after > > switching to F? Or should UpdateFine no longer update a F record although it > > has the right issue id, but add a new record? > > I think it should add a new line as it's a 'new fine'. If we differentiate > between F and FU cleanly, we can keep the issue_id too, I think? Katrin has is exactly. If the same checkout goes overdue twice, the patron should have two separate fines ( and each one will show a different due date for the same checkout ). This new followup will stop UpdateFine from updating closed out fines. -- You are receiving this mail because: 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/
