https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963
Aleisha Amohia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch ensures |When HoldFeeMode is set to release notes|HoldFeeMode is considered |not_always or "only if all |when displaying a message |items are checked out and |to patrons on the OPAC that |the record has at least one |says they'll be charged a |hold already", Koha will |hold fee when placing or |unexpectedly show a hold |collecting the hold. |fee message and charge a | |hold fee if at least one of |When |those conditions are met. |HoldFeeMode is set to | |not_always or "only if all |This patch fixes the |items are checked out and |behaviour so that a hold |the record has at least one |fee message is only shown, |hold already" then the hold |and hold fee only charged, |fee message should only |if all items on the record |show if all items on the |are checked out, AND the |record are checked out, AND |record has at least one |the record has at least one |hold already - both of |hold already - both of |these conditions must be |these conditions must be |met, as the system |met. |preference implies. Summary|Only show hold fee message |Only show hold fee message |on OPAC if they will |on OPAC and charge hold fee |actually be charged |is HoldFeeMode conditions | |are true as described in | |the system preference -- 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/
