https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24376
--- Comment #9 from Martin Renvoize <[email protected]> --- I took a look at the code here and found that the renewal case at least 'should' use 'RENEWED' as it's status.. but it appears that AddRenewal is seldom called for renewals, instead, AddIssue is called again and we end up with the 'RETURNED' status. I'm not sure what the worth of having such detailed status's for OVERDUE fines is if I'm honest at this point.. We should be focusing on the state of the fine more than the state of the circulation in these fields and so I would propose 'ACRUING' and 'FIXED' as the status's for OVERDUE's.. (along with 'FORGIVEN' and 'VOID' which are further account states via the staff client actions). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
