Bug 16833

Summary: printoverduefaq is out of date
Product: Koha Reporter: Barton Chittenden <barton>
Component: DocumentationAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, katrin.fischer
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:

Description Barton Chittenden 2016-06-29 20:38:24 UTC
http://manual.koha-community.org/3.22/en/circfaq.html#printoverduefaq contains

"The print and email overdues use the same notice file. The print notices for holds are different -- there's a separate HOLD_PRINT notice file and the system uses it if there's no email address. Then a nightly cron job runs to gather those up from the message queue and put them in an HTML file in the notice directory, as above.

The cron entry is gather_print_notices.pl /tmp/noticedir"

This is out of date in the following respects:

1) HOLD_PRINT no longer exists -- this is handled by the print message under the HOLD letter.

2) gather_print_notices.pl now supports printing overdue notices.
Comment 1 Katrin Fischer 2017-09-12 13:08:45 UTC
Verified, HOLD_PRINT no longer exists as you can now define a print template for any notice. Needs to be removed.
Comment 2 Caroline Cyr La Rose 2018-10-19 21:05:06 UTC
I sent in a merge request to the manual.

https://gitlab.com/koha-community/koha-manual/merge_requests/187/commits