[Koha-bugs] [Bug 26282] Allow staff to decide if a hold cancellation notice will be sent when cancelling a hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 3 15:30:01 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26282

--- Comment #98 from Kyle M Hall <kyle at bywatersolutions.com> ---
Until we find such time as to resurrect this, I just wanted to suggest that one
could create one or more "SOMETYPE_NONOTICE" and wrap your notice in something
like:

[%- UNLESS reserves.cancellation_reason.match("NONOTICE") %]

[%- END %]

That cancelation notice type will end up being blank and thus won't get sent!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list