Bugzilla – Attachment 172134 Details for
Bug 36020
Port default recall notices to Template Toolkit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36020: (follow-up) Changed biblio=title to biblio=biblio Note: fixed a typo
Bug-36020-follow-up-Changed-bibliotitle-to-bibliob.patch (text/plain), 2.97 KB, created by
Lisette Scheer
on 2024-09-27 15:50:25 UTC
(
hide
)
Description:
Bug 36020: (follow-up) Changed biblio=title to biblio=biblio Note: fixed a typo
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2024-09-27 15:50:25 UTC
Size:
2.97 KB
patch
obsolete
>From dc17f01db8495248bd8dd59a9f0ef7ec5f04332c Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Thu, 29 Aug 2024 22:41:22 +0000 >Subject: [PATCH] Bug 36020: (follow-up) Changed biblio=title to biblio=biblio > Note: fixed a typo > >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 1311d447a5..16cfddc323 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -2303,7 +2303,7 @@ tables: > - "" > - "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," > - "" >- - "A recall has been placed on the following item: [% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% issue.date_due %]. Please return the item before the due date." >+ - "A recall has been placed on the following item: [% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] / [% biblio.author %] ([% item.barcode %]). The due date has been updated, and is now [% issue.date_due %]. Please return the item before the due date." > - "" > - "Thank you!" > >@@ -2320,7 +2320,7 @@ tables: > - "" > - "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_cardnumber => 1, no_html = 1 %]," > - "" >- - "A recall that you requested on the following item: [% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] / [% biblio.author %] ([% item.barcode %]) is now ready for you to pick up at [% recall.pickup_library_id %]. Please pick up your item by [% recalls.expiration_date %]." >+ - "A recall that you requested on the following item: [% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] / [% biblio.author %] ([% item.barcode %]) is now ready for you to pick up at [% recall.pickup_library_id %]. Please pick up your item by [% recalls.expiration_date %]." > - "" > - "Thank you!" > >@@ -2361,10 +2361,10 @@ tables: > - "[% INCLUDE 'patron-title.inc' patron => borrower, no_title => 1, no_html = 1 %]" > - "[% borrower.phone %]" > - "[% borrower.streetnumber %] [% borrower.address %], [% borrower.address2 %], [% borrower.city %] [% borrower.zipcode %]" >- - "[% borrowes.email %]" >+ - "[% borrower.email %]" > - "" > - "ITEM RECALLED" >- - "[% INCLUDE 'biblio-title.inc' biblio=title link = 0 %] by [% biblio.author %]" >+ - "[% INCLUDE 'biblio-title.inc' biblio=biblio link = 0 %] by [% biblio.author %]" > - "Barcode: [% item.barcode %]" > - "Callnumber: [% item.itemcallnumber %]" > - "Waiting since: [% recall.waiting_date %]" >-- >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 36020
:
166784
|
166934
|
166935
|
170885
|
170886
|
170887
|
170889
| 172134 |
172135
|
172147
|
172148
|
176478
|
176479