https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415
Emmi Takkinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |It was possible to renew release notes| |items for patrons who had | |fines over accepted limit | |on renew page or from | |checkout list. This patch | |adds a new systempreference | |AllowFineOverrideRenewing | |to allow staff to renew | |items for patrons with | |fines greater than value in | |FineNoRenewal (previously | |OPACFineNoRenewals). | |### New features | |- New systempreference | |AllowFineOverrideRenewing | |is added. It allows staff | |to renew items for patrons | |whose fines are over limit | |set in syspref | |FineNoRenewals. Otherwise | |renewing is prevented. If | |renewing items is allowed | |staff is still required to | |confirm if they really want | |to renew items for the | |patron. | |### Changes made to | |systempreferences and API | |endpoints | |- Following | |systempreferences have been | |renamed since they are now | |used also in staff | |interface: | | - OPACFineNoRenewals has | |been renamed as | |FineNoRenewal. | | - | |OPACFineNoRenewalsIncludeCr | |edits has been renamed as | |FineNoRenewalsIncludeCredit | |s. | | - | |OPACFineNoRenewalsBlockAuto | |Renew has been renamed as | |FineNoRenewalsBlockAutoRene | |w. | |- Support for the | |AllowFineOverrideRenewing | |functionality to the REST | |API renewal endpoints has | |been added. | |### Important notes | |- There were several places | |in code where auto renewal | |error code was written as | |"auto_too_much_oweing" | |instead of | |"auto_too_much_owing". Same | |typo was also present in | |example notice templates | |and possibly in notice | |templates saved to | |database. Typo has been | |automatically fixed with a | |database update. --- Comment #240 from Emmi Takkinen <[email protected]> --- I added release notes. If I have missed something or the explanations don't make sense or are too short etc. please feel free to adjust (or tell me to adjust :D). -- You are receiving this mail because: 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/
