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

            Bug ID: 32917
           Summary: Change patron.firstname and patron.surname in password
                    change sample notice
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Unless I am mistaken, I think the password change sample notice/notice should
contain [% borrower.firstname %] and [% borrower.surname %] rather than [%
patron.firstname %] and [% patron.surname %]

from installer/data/mysql/en/mandatory/sample_notices.yml

        - module: members
          code: PASSWORD_CHANGE
          branchcode: ""
          name: "Notification of password change"
          is_html: 1
          title: "Library account password change notification for [%
patron.firstname %] [% patron.surname %]"
          message_transport_type: email
          lang: default
          content:
            - "Dear [% patron.firstname %] [% patron.surname %],"
            - ""
            - "We want to notify you that your password has been changed. If
you did not change it yourself (or requested that change), please contact
library staff."
            - ""
            - "Your library."

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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