Bug 16063 - logic from overdue_notice.pl should be moved into a module
Summary: logic from overdue_notice.pl should be moved into a module
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 26884
  Show dependency treegraph
 
Reported: 2016-03-14 14:16 UTC by Barton Chittenden
Modified: 2023-12-09 13:40 UTC (History)
2 users (show)

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 Barton Chittenden 2016-03-14 14:16:41 UTC
Large parts of the logic from overdue_notice.pl can and should be moved into a module. This would

a) Allow for unit tests
b) Allow the code to be shared with other parts of Koha
c) De-couple the notice generation and patron debarment functions of overdue_notice.pl
d) Fix Bug 2389 - overdue_notices.pl needs a test mode