From 423c0b364090ea3685dbec67a7ec236903550590 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 27 Mar 2023 12:28:19 +0200 Subject: [PATCH] Bug 3150: Adapt reporting to skeleton.pl Signed-off-by: Tomas Cohen Arazi --- .../data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl b/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl index f13178f095..11d65cb86c 100755 --- a/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl +++ b/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl @@ -67,6 +67,7 @@ Please note that the attached file is a MARC bibliographic records file which ca [% item.barcode | html %][% END %][% END %]
[% END %]",'email','default') }); - say $out "Add LIST and CART notices"; + say $out "Added new letter 'LIST' (email)"; + say $out "Added new letter 'CART' (email)"; }, }; -- 2.11.0