Bug 28437 - Provide 'print' as an option for patron messaging
Summary: Provide 'print' as an option for patron messaging
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-24 12:56 UTC by Nick Clemens (kidclamp)
Modified: 2021-05-24 13:03 UTC (History)
0 users

See Also:
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 (3.33 KB, patch)
2021-05-24 12:57 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2021-05-24 12:56:15 UTC
While 'Hold ready' and 'Overdue' notices fallback to print, other patron messages cannot be selected with 'print' as the message transport. Users can, however, define print notices for any letter code, indicating they are an option to generate.
Comment 1 Nick Clemens (kidclamp) 2021-05-24 12:57:55 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
Comment 2 Katrin Fischer 2021-05-24 13:03:46 UTC
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?