Bug 27944: Add AR_REQUESTED message in sample_notices.yml and modify AR_PENDING
authorAgustin Moyano <agustinmoyano@theke.io>
Tue, 30 Mar 2021 13:51:57 +0000 (10:51 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 5 Oct 2021 08:58:14 +0000 (10:58 +0200)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/en/mandatory/sample_notices.yml

index aae1fb5..5ebe582 100644 (file)
@@ -280,6 +280,32 @@ tables:
           branchcode: ""
           name: "Article request - open"
           is_html: 0
+          title: "Pending article request"
+          message_transport_type: email
+          lang: default
+          content:
+            - "Dear <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>)"
+            - ""
+            - "Your request for an article from <<biblio.title>> (<<items.barcode>>) is now in pending state."
+            - ""
+            - "Article requested:"
+            - "Title: <<article_requests.title>>"
+            - "Author: <<article_requests.author>>"
+            - "Volume: <<article_requests.volume>>"
+            - "Issue: <<article_requests.issue>>"
+            - "Date: <<article_requests.date>>"
+            - "Pages: <<article_requests.pages>>"
+            - "Chapters: <<article_requests.chapters>>"
+            - "Notes: <<article_requests.patron_notes>>"
+            - ""
+            - ""
+            - "Thank you!"
+
+        - module: circulation
+          code: AR_REQUESTED
+          branchcode: ""
+          name: "Article requested"
+          is_html: 0
           title: "Article request received"
           message_transport_type: email
           lang: default