Bug 7103 - Claim notice in acquisitions not using the message queue
Summary: Claim notice in acquisitions not using the message queue
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: 3.8
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Henri-Damien LAURENT
QA Contact: Bugs List
URL: http:///cgi-bin/koha/acqui/lateorders...
Keywords:
Depends on: 5347
Blocks: 7102
  Show dependency treegraph
 
Reported: 2011-10-27 09:55 UTC by Katrin Fischer
Modified: 2012-10-25 23:09 UTC (History)
0 users

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 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.