Bugzilla – Attachment 175678 Details for
Bug 38748
Library name is missing in return to home transfer slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38748: Pass the correct branchcode value to transfer slip
Bug-38748-Pass-the-correct-branchcode-value-to-tra.patch (text/plain), 2.38 KB, created by
Emily Lamancusa (emlam)
on 2024-12-18 20:58:07 UTC
(
hide
)
Description:
Bug 38748: Pass the correct branchcode value to transfer slip
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-12-18 20:58:07 UTC
Size:
2.38 KB
patch
obsolete
>From 989c13267f76c193d7a5a68c897d46201446ce35 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Wed, 18 Dec 2024 15:55:56 -0500 >Subject: [PATCH] Bug 38748: Pass the correct branchcode value to transfer slip > >To test: >1. Find or create an item belonging to a library other than the > logged-in library >2. Check the item in and print slip >--> The transfer slip says "Transfer to" but the library name is blank >3. Apply patch and restart_all >4. Cancel the transfer or find a different item >5. Check the item in and print slip >--> The library name now appears on the slip >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 98a1ea119b..b998556dd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -782,7 +782,7 @@ > [% ELSE %] > <input type="hidden" name="transit" value="[% transfer | uri %]"/> > <button type="button" data-bs-dismiss="modal" class="btn btn-default" accesskey="y"><i class="fa fa-check"></i> OK (Y)</button> >- <button type="button" data-bs-dismiss="modal" class="btn btn-default print openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&branchcode=[% transfer | uri %]&op=slip" accesskey="p"><i class="fa fa-print"></i> Print slip (P)</button> >+ <button type="button" data-bs-dismiss="modal" class="btn btn-default print openWin" data-url="transfer-slip.pl?transferitem=[% itemnumber | uri %]&branchcode=[% returnbranch | uri %]&op=slip" accesskey="p"><i class="fa fa-print"></i> Print slip (P)</button> > [% END %] > <input type="hidden" name="return_date_override" value="[% return_date_override | html %]" /> > <input type="hidden" name="return_date_override_remember" value="[% return_date_override_remember | html %]" /> >-- >2.34.1
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 38748
:
175678
|
175906