Bug 3150: Adapt reporting to skeleton.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 10:28:19 +0000 (12:28 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 10:49:48 +0000 (12:49 +0200)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl

index f13178f..11d65cb 100755 (executable)
@@ -67,6 +67,7 @@ Please note that the attached file is a MARC bibliographic records file which ca
 [% item.barcode | html %]</li>[% END %]</ul>[% END %]
 <hr></li>[% END %]</ol>",'email','default') });
 
-        say $out "Add LIST and CART notices";
+        say $out "Added new letter 'LIST' (email)";
+        say $out "Added new letter 'CART' (email)";
     },
 };