View | Details | Raw Unified | Return to bug 36127
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-7 / +6 lines)
Lines 2094-2100 tables: Link Here
2094
          message_transport_type: email
2094
          message_transport_type: email
2095
          lang: default
2095
          lang: default
2096
          content:
2096
          content:
2097
            - "A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
2097
            - "A hold has been placed on the following item: [% biblio.title %] ([% biblio.biblionumber %]) by the user [% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html => 1 %]."
2098
2098
2099
        - module: reserves
2099
        - module: reserves
2100
          code: HOLD_CHANGED
2100
          code: HOLD_CHANGED
Lines 2105-2116 tables: Link Here
2105
          message_transport_type: email
2105
          message_transport_type: email
2106
          lang: default
2106
          lang: default
2107
          content:
2107
          content:
2108
            - "The patron picking up <<biblio.title>> (<<items.barcode>>) has changed to <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)."
2108
            - "The patron picking up [% biblio.title %] ([% item.barcode %]) has changed to [% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html => 1 %]."
2109
            - "Please update the hold information for this item."
2109
            - "Please update the hold information for this item."
2110
            - "Title: <<biblio.title>>"
2110
            - "Title: [% biblio.title %]"
2111
            - "Author: <<biblio.author>>"
2111
            - "Author: [% biblio.author %]"
2112
            - "Item: <<items.itemcallnumber>>"
2112
            - "Call number: [% item.itemcallnumber %]"
2113
            - "Pickup location: <<branches.branchname>>"
2113
            - "Pickup location: [% branch.branchname %]"
2114
2114
2115
        - module: reserves
2115
        - module: reserves
2116
          code: HOLD_REMINDER
2116
          code: HOLD_REMINDER
2117
- 

Return to bug 36127