Bugzilla – Attachment 175979 Details for
Bug 38588
Checkin that triggers a transfer => print slip => Internal server error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38588: (follow-up) OK button needs to resubmit returns.pl
Bug-38588-follow-up-OK-button-needs-to-resubmit-re.patch (text/plain), 1.90 KB, created by
Victor Grousset/tuxayo
on 2024-12-30 05:31:19 UTC
(
hide
)
Description:
Bug 38588: (follow-up) OK button needs to resubmit returns.pl
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-12-30 05:31:19 UTC
Size:
1.90 KB
patch
obsolete
>From 0b25fcd48f68a7aacc067e0fd302c0f332a7edad Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Fri, 27 Dec 2024 10:02:23 -0500 >Subject: [PATCH] Bug 38588: (follow-up) OK button needs to resubmit returns.pl > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 33ae9eff42..1beefd9efd 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="op" value="cud-transfer" /> > <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="submit" 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=[% 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 %]" /> >-- >2.47.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 38588
:
175677
|
175798
|
175958
|
175959
|
175978
|
175979
|
176290
|
176291