From 42b24eb7616fdd7b035325fe28b2c9d799263b43 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 16 Jul 2025 09:46:54 -0400 Subject: [PATCH] Bug 40414: Update patron card layout with expiry date This patch updates the default patron card layout to replace "Expires: August 31, 2010" with the patron's account expiry date. To test: 1. Apply patch and reset_all 2. Go to Tools > Patron card creator 3. Click New > Card batch 4. In Add by borrowernumber(s), enter borrowernumbers 1 to 6, one per line 5. Click Add patron(s) 6. Click Export card batch 7. Click Export 8. Open the PDF --> Note that the patron's account expiry date is printed on the card Optional : Change the expiry date of one or more patrons and redo steps 6-8. --> The updated expiry dates should be printed on the cards. Signed-off-by: Eric Garcia --- installer/data/mysql/en/optional/sample_creator_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/optional/sample_creator_data.yml b/installer/data/mysql/en/optional/sample_creator_data.yml index ef15280926..465da85c1d 100644 --- a/installer/data/mysql/en/optional/sample_creator_data.yml +++ b/installer/data/mysql/en/optional/sample_creator_data.yml @@ -94,7 +94,7 @@ tables: - " " - " Branch: <branchcode>" - " " - - " Expires: August 31, 2010" + - " Expires: <dateexpiry>" - " " - "" creator: "Patroncards" -- 2.39.5