Bug 23088 - Stockrotation full_report should use 'notices'
Summary: Stockrotation full_report should use 'notices'
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: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 22566
Blocks:
  Show dependency treegraph
 
Reported: 2019-06-10 08:55 UTC by Martin Renvoize
Modified: 2019-06-10 08:55 UTC (History)
1 user (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 Martin Renvoize 2019-06-10 08:55:47 UTC
The stockrotation cronjob allows for two different types of report. One of those reports is plumbed in to using the SR_SLIP from the 'notices' system, but the other reports 'full' is hard coded in the script.

We should add a second SR_REPORT slip to the notices system to use for this full report to allow for easier translations etc.