It would be nice to be able to add a field that will print today's date on the notices (email and print notices). Right now you can only add data from the database, but a shortcode to add today's date would be a nice addition - and a common thing to show on a notice.
<<today>> token already enabled for both Print and Emailed Holds notices (see lines 1702-1705 of C4/Reserves.pm for confirmation).
Created attachment 4616 [details] [review] patch
Simple changed, pushed please test
I can confirm the <<today>> placeholder works for subject and content of printed and email hold notices. <<today>> is not working for checkin/checkout notices - so I leave this bug open for another patch.
Time and date are now printed into the checkout and check in notices using the placeholder <<today>>. Marking this resolved fixed.