Bug 27944: Add AR_REQUESTED message in sample_notices.yml and modify AR_PENDING

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>
This commit is contained in:
Agustin Moyano 2021-03-30 10:51:57 -03:00 committed by Jonathan Druart
parent 2edfeb9e4d
commit eb0423defe

View 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