https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23415
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|It was possible to renew |It was possible to renew release notes|items for patrons who had |items for patrons who had |fines over accepted limit |fines over the accepted |on renew page or from |limit on the renew item |checkout list. This patch |page or from their list of |adds a new systempreference |checkouts. |AllowFineOverrideRenewing | |to allow staff to renew |This enhancement adds a new |items for patrons with |system preference, |fines greater than value in |`AllowFineOverrideRenewing` |FineNoRenewal (previously |, to allow staff to renew |OPACFineNoRenewals). |items for patrons with |### New features |fines greater than value in |- New systempreference |`FineNoRenewal` (previously |AllowFineOverrideRenewing |OPACFineNoRenewals). |is added. It allows staff | |to renew items for patrons |### New features |whose fines are over limit | |set in syspref |- New system preference |FineNoRenewals. Otherwise |`AllowFineOverrideRenewing` |renewing is prevented. If |. It allows staff to renew |renewing items is allowed |items for patrons whose |staff is still required to |fines are over the amount |confirm if they really want |set in the `FineNoRenewals` |to renew items for the |system preference. |patron. |Otherwise, renewing is |### Changes made to |prevented. If renewing |systempreferences and API |items is allowed, staff are |endpoints |still required to confirm |- Following |if they really want to |systempreferences have been |renew items for the patron. |renamed since they are now | |used also in staff |### Changes made to system |interface: |preferences and API | - OPACFineNoRenewals has |endpoints |been renamed as | |FineNoRenewal. |- These system preferences | - |were renamed as they are |OPACFineNoRenewalsIncludeCr |now also used in the staff |edits has been renamed as |interface (not just the |FineNoRenewalsIncludeCredit |OPAC): |s. | - OPACFineNoRenewals was | - |renamed FineNoRenewal. |OPACFineNoRenewalsBlockAuto | - |Renew has been renamed as |OPACFineNoRenewalsIncludeCr |FineNoRenewalsBlockAutoRene |edits was renamed |w. |FineNoRenewalsIncludeCredit |- Support for the |s. |AllowFineOverrideRenewing | - |functionality to the REST |OPACFineNoRenewalsBlockAuto |API renewal endpoints has |Renew was renamed |been added. |FineNoRenewalsBlockAutoRene |### Important notes |w. |- There were several places |- Adds support to the REST |in code where auto renewal |API renewal endpoints for |error code was written as |the |"auto_too_much_oweing" |AllowFineOverrideRenewing |instead of |functionality. |"auto_too_much_owing". Same | |typo was also present in |### Important notes |example notice templates | |and possibly in notice |- There were several places |templates saved to |in the code where the |database. Typo has been |auto-renewal error code was |automatically fixed with a |written as |database update. |"auto_too_much_oweing" | |instead of | |"auto_too_much_owing". | |- The same typo was also | |present in example notices | |templates, and possibly in | |notice templates saved in | |the database. | |- The typo is automatically | |fixed with a database | |update. -- 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/
