Summary: | Provide 'print' as an option for patron messaging | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Notices | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 28437: [POC] Add 'print' option to messaging preferences |
Description
Nick Clemens (kidclamp)
2021-05-24 12:56:15 UTC
Created attachment 121325 [details] [review] Bug 28437: [POC] Add 'print' option to messaging preferences This patch simply adds a print option to the patron messaging preferences form on the staff side. Doing so seems to work for message generation as we simply loop on the transports selected. We would need ot add the same to forms on the OPAC, but as a POC this works I wonder if we should make this configurable OPAC as not all libraries will want to provide mailed letters (print) due to costs. Not sure, but maybe this could go on the patron category type page somehow? |