Bug 30555: (follow-up) Add messages about the introduced changes
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 20 Mar 2023 12:37:44 +0000 (09:37 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 20 Mar 2023 12:39:58 +0000 (09:39 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
installer/data/mysql/db_revs/221200014.pl

index 9b9b70a..b442ead 100755 (executable)
@@ -18,5 +18,13 @@ return {
             ('circulation','PREDUEDGST','','Advance notice of item due (digest)',0,'Advance notice of item due','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nYou have <<count>> item(s) that will be due soon.\r\n\r\nThank you.','sms','default'),
             ('reserves','HOLD','','Hold available for pickup',0,'Hold available for pickup at <<branches.branchname>>','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nYour hold for <<biblio.title>> is available for pickup.','sms','default')
         });
+
+        say $out "Added new letter 'CHECKIN' (sms)";
+        say $out "Added new letter 'CHECKOUT' (sms)";
+        say $out "Added new letter 'DUE' (sms)";
+        say $out "Added new letter 'DUEDGST' (sms)";
+        say $out "Added new letter 'PREDUE' (sms)";
+        say $out "Added new letter 'PREDUEDGST' (sms)";
+        say $out "Added new letter 'HOLD' (sms)";
     },
 };