17 Mar
2021
17 Mar
'21
12:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- The more I work on this the more I feel we can distil the offset types down to just the following list: 'CREATE' - For the creation of the accountline 'APPLY' - For when the accountlines are applied against each other 'OVERDUE_INCREASE' - For the fine increase adjustments calculated by the corn 'OVERDUE_DECREASE' - For the fine decrease adjustment that may happen at checkin/renewal time With said list.. I think we could drop the offset_types table entirely and put them into an enum on the field instead. -- You are receiving this mail because: You are watching all bug changes.