From 544dac23bd0b00d44f032b51a3ee942e87178d36 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Wed, 18 Dec 2024 16:01:16 -0500 Subject: [PATCH] Bug 36114: Adjust TRANSFERSLIP to use Template Toolkit To test: 1. Apply patch 2. reset_all (or start your testing environment in the first place) 3. Find or create an item that belongs to a library other than the logged-in library 4. Make sure the item has a callnumber (edit it to add one if needed) 4. Check the item in to generate a transfer slip --> Confirm the information is all filled in correctly on the slip --- installer/data/mysql/en/mandatory/sample_notices.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index e054a5a0fa..1eb4a476e3 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1025,16 +1025,16 @@ tables: message_transport_type: email lang: default content: - - "
Date: <>
" + - "
Date: [% today | $KohaDates %]
" - "
" - - "

Transfer to <>

" + - "

Transfer to [% branch.branchname %]

" - "
" - "

ITEM

" - - "

<>

" - - "
<>
" + - "

[% biblio.title %]

" + - "
[% biblio.author %]
" - "" - module: claimacquisition -- 2.34.1