From ed7d84171cd1a210da691438699f06b6f0a00e5a 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marion Durand Signed-off-by: Marcel de Rooy --- 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 6b780142e4..de3eb334f5 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1042,16 +1042,16 @@ tables: message_transport_type: email lang: default content: - - "
Date: <>
" + - "
Date: [% today | $KohaDates %]
" - "
" - - "

Transfer to <>

" + - "

Transfer to [% branch.branchname %]

" - "
" - "

ITEM

" - - "

<>

" - - "
<>
" + - "

[% biblio.title %]

" + - "
[% biblio.author %]
" - "
    " - - "
  • <>
  • " - - "
  • <>
  • " + - "
  • [% item.barcode %]
  • " + - " [% IF item.itemcallnumber %]
  • [% item.itemcallnumber %]
  • [% END %]" - "
" - module: claimacquisition -- 2.39.5