From e0c2ed661a98f0bc1b4f9fe05a657c86a2eeb8b5 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Thu, 25 Apr 2024 17:03:20 -0400 Subject: [PATCH] Bug 36125: Adjust default HOLD_SLIP to use TT To test: 1. Apply patch 2. reset_all (or start your testing environment in the first place) 3. Find a patron and make sure their account contains values for all of the following fields: First name Surname Card number Phone Address Address 2 City Zipcode Email 4. Place a hold for this patron, specifying a hold note 5. Check in an item to fill the hold and click "Confirm and print slip" 6. Confirm that all information on the hold slip is correct Signed-off-by: Barbara Johnson --- .../mysql/en/mandatory/sample_notices.yml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 9675b3eb4f..6e2ed6d1a8 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -679,32 +679,32 @@ tables: message_transport_type: email lang: default content: - - "
Date: <>
" + - "
Date: [% today | KohaDates %]
" - "
" - - "

Transfer to/Hold in <>

" + - "

Transfer to/Hold in [% branch.branchname %]

" - "
" - - "

<>, <>

" + - "

[% borrower.surname %], [% borrower.firstname %]

" - "
" - "" - "
" - "

ITEM ON HOLD

" - - "

<>

" - - "
<>
" + - "

[% biblio.title %]

" + - "
[% biblio.author %]
" - "" - "

Notes:" - - "

<>
" + - "
[% reserve.reservenotes %]
" - "

" - module: circulation -- 2.39.2