Bug 31511 - Available field handling for notices should be moved from tools/letter.pl to a module
Summary: Available field handling for notices should be moved from tools/letter.pl to ...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-02 11:43 UTC by Martin Renvoize
Modified: 2022-09-02 11:43 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-09-02 11:43:51 UTC
We do a bunch of things in the controller here.. we should be doing this in a module to allow testing and should be using a more explicit list of available options per notice rather than assuming every notice in a module has the same set of parameters available to use.