From 91ae98048e716d8d26162e1db1efd3a2c8317a98 Mon Sep 17 00:00:00 2001
From: John Doe <you@example.com>
Date: Thu, 29 Aug 2024 20:49:11 +0000
Subject: [PATCH] Bug 36020: (follow-up) Fix title includes This patch updates
 the recall notices to fill the titles when using the title include.

 Author:    Lisette Scheer <lisette@bywatersolutions.com>
---
 installer/data/mysql/en/mandatory/sample_notices.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml
index 1311d447a5..6431c9de54 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!"
 
@@ -2364,7 +2364,7 @@ tables:
             - "[% borrowes.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.2