From: Agustin Moyano Date: Tue, 30 Mar 2021 13:51:57 +0000 (-0300) Subject: Bug 27944: Add AR_REQUESTED message in sample_notices.yml and modify AR_PENDING X-Git-Tag: v21.11.00~702 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=eb0423defe0a39bdb7bfa99fbd9f86dfc195b0d0;p=srvgit Bug 27944: Add AR_REQUESTED message in sample_notices.yml and modify AR_PENDING Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index aae1fb558b..5ebe582288 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -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 <> <> (<>)" + - "" + - "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