[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.07-3-gf604b99

Git repo owner gitmaster at git.koha-community.org
Tue Jan 9 13:32:45 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 17.05.x has been updated
       via  f604b99f1f6d5dd56865d1c82c81f490a6871d8f (commit)
       via  7923eed3f83b4eeb1fe5470dd74a90cc20f782b5 (commit)
      from  65dd258ca94a37376435d543881ab0d7d54e5c91 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f604b99f1f6d5dd56865d1c82c81f490a6871d8f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:52:28 2017 -0300

    Bug 19496: [17.05.x] ReplytoDefault is a pref, not a C4::Context method
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7923eed3f83b4eeb1fe5470dd74a90cc20f782b5
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Nov 27 21:33:58 2017 +0000

    Bug 19496: [17.05.x] Fixing to_address for patron notes
    
    This patch ensures the patron note to_address is the branch email or the
    Koha Admin email, and the from_address is the patron's email.
    
    To test:
    1) Ensure syspref 'allowcheckoutnotes' is turned on
    2) Go to OPAC, leave a note on a checkout
    3) Confirm that the note is received (in mysql message_queue) but the
    to_address is the patron's email - this is wrong
    4) Apply patch and refresh OPAC
    5) Leave a note on a checkout
    6) Confirm that the note is received in message queue
    7) Confirm that the to_address is one of:
    - branch email
    - branch reply to
    - syspref ReplytoDefault
    - syspref KohaAdminEmailAddress
    8) Confirm that the from_address is one of:
    - patron email
    - patron emailpro
    - patron B_email
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 opac/opac-issue-note.pl |   20 +++++++++++++++-----
 opac/svc/patron_notes   |   18 ++++++++++++++----
 2 files changed, 29 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list