From 296b4c11e5b47baf06ced8bdcafdf3092fb1ce4b 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 Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- .../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 4dcf3aa1d4..98d8ed3e4c 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 %]

" - "
" - "
    " - - "
  • <>
  • " - - "
  • <>
  • " - - "
  • <>
    " - - " <>
    " - - " <> <>" + - "
  • [% borrower.cardnumber %]
  • " + - "
  • [% borrower.phone %]
  • " + - "
  • [% borrower.address %]
    " + - " [% borrower.address2 %]
    " + - " [% borrower.city %] [% borrower.zipcode %]" - "
  • " - - "
  • <>
  • " + - "
  • [% borrower.email %]
  • " - "
" - "
" - "

ITEM ON HOLD

" - - "

<>

" - - "
<>
" + - "

[% biblio.title %]

" + - "
[% biblio.author %]
" - "
    " - - "
  • <>
  • " - - "
  • <>
  • " - - "
  • <>
  • " + - "
  • [% item.barcode %]
  • " + - "
  • [% item.itemcallnumber %]
  • " + - "
  • [% reserve.waitingdate %]
  • " - "
" - "

Notes:" - - "

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

" - module: circulation -- 2.39.5