Created attachment 2601 [details] hold placed logged on patron record When the hold placed message is sent it goes out to the librarian only. I have confirmed this in the message queue in the database. However as you see in the attachment the message is being logged on the patron record for some reason. This is confusing to librarians and should not happen. The default message also looks like it's formatted for being sent to the patrons - not to the librarians so the message should be changed to make it clear (at least in new installs) that this message goes to librarians, not patrons.
I'm sorry - ignore my notes about the default message, the message I had was not the default - the default is a-ok as is.
This is still happening.
How should it work instead? Should we use 'null' instead so it doens't show up in the notices tabs like we do for the 'overdues for patrons with no email'-messages?
In message_queue the message is identified with the borrowernumber of the patron who places the holds, that's why it is displaid on patron record. I think it is useful to keep this information. But maybe HOLDPLACED messages should be filtered in patron notifications tab
Hi, Just want to express interest in getting this issue resolved. I can confirm that this is still happening on the 19.11.07 release.
(In reply to Sophie MEYNIEUX from comment #4) > In message_queue the message is identified with the borrowernumber of the > patron who places the holds, that's why it is displaid on patron record. > I think it is useful to keep this information. How it is useful? I was going to submit a patch to set the borrowernumber to NULL before I saw your comment.