From 679246eab3b06290d0020a1b1549de1152a395ac Mon Sep 17 00:00:00 2001 From: Barton Chittenden Date: Wed, 17 Oct 2018 19:29:22 +0000 Subject: [PATCH] Bug 21174: change virtual shelf to list in send list email. To test 1) Choose a public list from the 'lists' menu in the OPAC. 2) Click 'Send list' 3) Log in as necessary 4) Fill in your own email address 5) Click 'send' 6) Check your email, the sent email will contain the text "sent you from our online catalog, the virtual shelf called". Apply patch, re-test. The email will now contain "sent you from our online catalog, the list called". https://bugs.koha-community.org/show_bug.cgi?id=21590 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt index d883320..97b2946 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt @@ -10,7 +10,7 @@ Your list : [% shelfname | $raw %]

Hi,

[% firstname | $raw %] [% surname | $raw %] sent you from our online catalog, the - virtual shelf called : [% shelfname | $raw %].

+ list called : [% shelfname | $raw %].

Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, -- 2.1.4