From 73850c4cfd544b7bda3cad2bae42604f2430fd91 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 12 May 2025 19:12:38 +0000 Subject: [PATCH] Bug 39881: Add paron cardnumber o ransfers to revceive table To test: 0. APPLY PATCH 1. Transfer an item to from Library A to Library B 2. Put on hold on the item 3. Set library to Library B 4. Go to Circulation > Transfers to receive 5. In the 'ON hold for' column you should see the patron cardnumber now. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt index ef9960ffcc..8f86074c43 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt @@ -77,6 +77,9 @@
[% BLOCK subject %]Hold:[% END %] [% reser.patron.notice_email_address | html %] + [% IF reser.patron.cardnumber %] +
Cardnumber: [% reser.patron.cardnumber | html %]
+ [% END %] [% END %] [% ELSIF ( reser.recall ) %] Recall requested by -- 2.39.5