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 280-285 tables: Link Here
280
          branchcode: ""
280
          branchcode: ""
281
          name: "Article request - open"
281
          name: "Article request - open"
282
          is_html: 0
282
          is_html: 0
283
          title: "Pending article request"
284
          message_transport_type: email
285
          lang: default
286
          content:
287
            - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
288
            - ""
289
            - "Your request for an article from <<biblio.title>> (<<items.barcode>>) is now in pending state."
290
            - ""
291
            - "Article requested:"
292
            - "Title: <<article_requests.title>>"
293
            - "Author: <<article_requests.author>>"
294
            - "Volume: <<article_requests.volume>>"
295
            - "Issue: <<article_requests.issue>>"
296
            - "Date: <<article_requests.date>>"
297
            - "Pages: <<article_requests.pages>>"
298
            - "Chapters: <<article_requests.chapters>>"
299
            - "Notes: <<article_requests.patron_notes>>"
300
            - ""
301
            - ""
302
            - "Thank you!"
303
304
        - module: circulation
305
          code: AR_REQUESTED
306
          branchcode: ""
307
          name: "Article requested"
308
          is_html: 0
283
          title: "Article request received"
309
          title: "Article request received"
284
          message_transport_type: email
310
          message_transport_type: email
285
          lang: default
311
          lang: default
286
- 

Return to bug 27944