Bug 20313

Summary: Article requests: Can we do without the processing notice ?
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2018-03-01 09:20:57 UTC
For each article request we switch to processing status, Koha sends a mail to the patron. It does not tell much. The patron already received a mail that acknowledges his request; so why not send a mail only when the request has been completed?

In other words: can we remove AR_PROCESSING ?
Comment 1 Marcel de Rooy 2018-03-01 09:22:38 UTC
Just adding another syspref is not really what I prefer
Comment 2 Katrin Fischer 2018-03-01 10:33:00 UTC
Have you tried just deleting it? That's how it works for unwanted notices for suggestions.
Comment 3 Marcel de Rooy 2018-03-01 10:38:28 UTC
(In reply to Katrin Fischer from comment #2)
> Have you tried just deleting it? That's how it works for unwanted notices
> for suggestions.

As a workaround with warns..
Comment 4 Katrin Fischer 2018-03-01 11:06:30 UTC
Maybe we should just fix the warns then - it seems the easiest option.