From 2262d75b9f7c9c431e9070a55729a584acad2622 Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Tue, 30 Mar 2021 10:51:57 -0300 Subject: [PATCH] Bug 27944: Add AR_REQUESTED message in sample_notices.yml and modify AR_PENDING --- .../mysql/en/mandatory/sample_notices.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index bbcddf545c..5d821c3634 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -263,6 +263,32 @@ tables: branchcode: "" name: "Article request - open" is_html: 0 + title: "Pending article request" + message_transport_type: email + lang: default + content: + - "Dear <> <> (<>)" + - "" + - "Your request for an article from <> (<>) is now in pending state." + - "" + - "Article requested:" + - "Title: <>" + - "Author: <>" + - "Volume: <>" + - "Issue: <>" + - "Date: <>" + - "Pages: <>" + - "Chapters: <>" + - "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 -- 2.25.0