Browse Source

Bug 30555: (follow-up) Add messages about the introduced changes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Tomás Cohen Arazi 9 months ago
parent
commit
58c98317d3
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 8
      installer/data/mysql/db_revs/221200014.pl

8
installer/data/mysql/db_revs/221200014.pl

@ -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)";
},
};

Loading…
Cancel
Save