Bug 7103

Summary: Claim notice in acquisitions not using the message queue
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Henri-Damien LAURENT <henridamien>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low    
Version: 3.8   
Hardware: All   
OS: All   
URL: http:///cgi-bin/koha/acqui/lateorders.pl?delay=0&supplierid=6
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 5347    
Bug Blocks: 7102    

Description Katrin Fischer 2011-10-27 09:55:06 UTC
Claim notices in acquisitions should use the message_queue table.

By using the message_queue table or a similar table it would be possible to find out, when a notice was sent out to a vendor, how it looked like, how the text was formatted and which informaton it contained.
Comment 1 Katrin Fischer 2012-01-22 15:07:27 UTC
Sent claim notices are written into the action_logs table now. (bug 5347)

I am marking this resolved fixed, as we currently use the message_queue only for messages to borrowers and the action_logs table contains all important information now.