Bugzilla – Attachment 182304 Details for
Bug 39881
Add patron card number to the 'On hold for' column on the transfers to receive page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39881: Add paron cardnumber o ransfers to revceive table
Bug-39881-Add-paron-cardnumber-o-ransfers-to-revce.patch (text/plain), 1.77 KB, created by
Lucas Gass (lukeg)
on 2025-05-12 19:14:46 UTC
(
hide
)
Description:
Bug 39881: Add paron cardnumber o ransfers to revceive table
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-05-12 19:14:46 UTC
Size:
1.77 KB
patch
obsolete
>From a7b585ab30e8f48e3212577111f25714c43d23db Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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. >--- > .../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 ef9960ffcc2..8f86074c435 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 @@ > <br /> > [% BLOCK subject %]Hold:[% END %] > <a href="mailto:[% reser.patron.notice_email_address | uri %]?subject=[% INCLUDE subject %] [% reser.title | uri %]"> [% reser.patron.notice_email_address | html %] </a> >+ [% IF reser.patron.cardnumber %] >+ <div class="cardnumber">Cardnumber: [% reser.patron.cardnumber | html %]</div> >+ [% END %] > [% END %] > [% ELSIF ( reser.recall ) %] > Recall requested by >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39881
:
182304
|
183635
|
183636
|
183677
|
183678
|
183719