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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-2 / +1 lines)
Lines 1253-1259 tables: Link Here
1253
          message_transport_type: email
1253
          message_transport_type: email
1254
          lang: default
1254
          lang: default
1255
          content:
1255
          content:
1256
            - "Dear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nThe following holds are waiting at [% branch.branchname %]:\r\n\\r\n[% FOREACH hold IN holds %]\r\n    [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\r\n[% END %]"
1256
            - "Dear [% borrower.firstname %] [% borrower.surname %],\n\nThe following holds are waiting at [% branch.branchname %]:\n\n[% FOREACH hold IN holds %]\n    [% hold.biblio.title %] : waiting since [% hold.waitingdate | $KohaDates %]\n[% END %]"
1257
1257
1258
        - module: serial
1258
        - module: serial
1259
          code: SERIAL_ALERT
1259
          code: SERIAL_ALERT
1260
- 

Return to bug 15986