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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +26 lines)
Lines 263-268 tables: Link Here
263
          branchcode: ""
263
          branchcode: ""
264
          name: "Article request - open"
264
          name: "Article request - open"
265
          is_html: 0
265
          is_html: 0
266
          title: "Pending article request"
267
          message_transport_type: email
268
          lang: default
269
          content:
270
            - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
271
            - ""
272
            - "Your request for an article from <<biblio.title>> (<<items.barcode>>) is now in pending state."
273
            - ""
274
            - "Article requested:"
275
            - "Title: <<article_requests.title>>"
276
            - "Author: <<article_requests.author>>"
277
            - "Volume: <<article_requests.volume>>"
278
            - "Issue: <<article_requests.issue>>"
279
            - "Date: <<article_requests.date>>"
280
            - "Pages: <<article_requests.pages>>"
281
            - "Chapters: <<article_requests.chapters>>"
282
            - "Notes: <<article_requests.patron_notes>>"
283
            - ""
284
            - ""
285
            - "Thank you!"
286
287
        - module: circulation
288
          code: AR_REQUESTED
289
          branchcode: ""
290
          name: "Article requested"
291
          is_html: 0
266
          title: "Article request received"
292
          title: "Article request received"
267
          message_transport_type: email
293
          message_transport_type: email
268
          lang: default
294
          lang: default
269
- 

Return to bug 27944