Summary: | runreport.pl doesn't allow custom subjects anymore | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <liz> |
Component: | Command-line Utilities | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | f.demians, robin, tomascohen |
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: | |||
Bug Depends on: | |||
Bug Blocks: | 15133 | ||
Attachments: |
Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore
Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore [PASSED QA] Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore |
Description
Liz Rea
2015-11-04 01:16:51 UTC
Created attachment 44351 [details] [review] Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore To test, well do something like misc/cronjobs/runreport.pl --subject="My fancy subject!" --to=you@youraddress.com 1 where 1 is the number of your favourite saved report. Success is your email arrives with the subject "My fancy subject!" Failure is (with --subject defined) you get either the description of the report, or "Koha saved report" as the subject. This is success without --subject defined. Created attachment 44461 [details] [review] Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore To test, well do something like misc/cronjobs/runreport.pl --subject="My fancy subject!" --to=you@youraddress.com 1 where 1 is the number of your favourite saved report. Success is your email arrives with the subject "My fancy subject!" Failure is (with --subject defined) you get either the description of the report, or "Koha saved report" as the subject. This is success without --subject defined. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Bug repeatable and fixed by this patch. Created attachment 44555 [details] [review] [PASSED QA] Bug 15120 - runreport.pl cronjob doesn't allow custom subjects anymore To test, well do something like misc/cronjobs/runreport.pl --subject="My fancy subject!" --to=you@youraddress.com 1 where 1 is the number of your favourite saved report. Success is your email arrives with the subject "My fancy subject!" Failure is (with --subject defined) you get either the description of the report, or "Koha saved report" as the subject. This is success without --subject defined. Signed-off-by: Frederic Demians <f.demians@tamil.fr> Bug repeatable and fixed by this patch. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patch pushed to master. Thanks Liz! This patch has been pushed to 3.20.x, will be in 3.20.6. Pushed to 3.18.13, and released. |