https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39883

Pedro Amorim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #182391|0                           |1
        is obsolete|                            |

--- Comment #3 from Pedro Amorim <[email protected]> ---
Created attachment 185133
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185133&action=edit
Bug 39883: Do not pass the borrowernumber for NEW_SUGGESTION notices

1. Turn on EmailPurchaseSuggestions and add an email address to
EmailAddressForSuggestions.
2. Create a new suggestion and set the "
Created by:" field to a patron with an email address
3. Check the message queue ( select * from message_queue where letter_code =
"NEW_SUGGESTION" )
4. There is a NEW_SUGGESTION queued, the to_address should be the email you
entered in EmailAddressForSuggestions.
5. The borrowernumber is the borrower who made the suggestion.
6. APPLY PATCH, restart_all
7. Repeat steps 2 - 4.
8. This time a NEW_SUGGESTION should be queued, but the borrowernumber will be
undef
9. Check in the patron's notice tab, there should be nothing queued.

Signed-off-by: Lin Wei Li <[email protected]>
Signed-off-by: Pedro Amorim <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to