https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22539
--- Comment #17 from Kyle M Hall <[email protected]> --- (In reply to Martin Renvoize from comment #16) > (In reply to Martin Renvoize from comment #11) > > Question: This patch uses the existing UpdateFine (and as such > > Koha::Account->adjust) functionality. As such, it'll result in a fine line > > with an amount of '0'. Is this what we want? > > > > We have a few alternatives to consider: > > > > 1) We could leave it as is. > > 1) We could delete the fine entirely so it's as if it never existed > > 2) We could record a 'Writeoff' or something line against it so show it was > > removed by dropbox/backdated returns mode. > > It looks like these questions are raised and not yet dealt with fully in bug > 8338.. Shall we move this discussion back over there and I can submit > patches for the 'removal' or 'record of writeoff' to that bug. My comment from 8338: My personal preference is to leave the 0 fine as part of the 'paper trail' for Koha's accounting system. I would not be opposed to option 2. We could add new 'states' for 'Dropboxed', 'Backdated return' and 'Fine forgiven' if we build it on top of bug 22512. So, I'm in favor of 'record a writeoff'. -- 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/
