Bugzilla – Attachment 184154 Details for
Bug 40414
Update patron card layout with expiry date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40414: Update patron card layout with expiry date
Bug-40414-Update-patron-card-layout-with-expiry-da.patch (text/plain), 1.86 KB, created by
Eric Garcia
on 2025-07-16 15:46:44 UTC
(
hide
)
Description:
Bug 40414: Update patron card layout with expiry date
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2025-07-16 15:46:44 UTC
Size:
1.86 KB
patch
obsolete
>From 42b24eb7616fdd7b035325fe28b2c9d799263b43 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 <cubingguy714@gmail.com> >--- > 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: > - " <text enable=\"1\" font=\"TR\" font_size=\"10\" llx=\"100\" lly=\"100\" text_alignment=\"L\" />" > - " <text>Branch: <branchcode></text>" > - " <text enable=\"1\" font=\"TR\" font_size=\"10\" llx=\"100\" lly=\"75\" text_alignment=\"L\" />" >- - " <text>Expires: August 31, 2010</text>" >+ - " <text>Expires: <dateexpiry></text>" > - " <text font=\"TR\" font_size=\"6\" llx=\"115\" lly=\"65\" text_alignment=\"L\" />" > - "</opt>" > creator: "Patroncards" >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40414
:
184152
|
184154
|
184681