Bugzilla – Attachment 175959 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.84 KB, created by
Emily Lamancusa (emlam)
on 2024-12-27 15:37:48 UTC
(
hide
)
Description:
Bug 38588: (follow-up) OK button needs to resubmit returns.pl
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-12-27 15:37:48 UTC
Size:
1.84 KB
patch
obsolete
>From d62706d38e556c586e294f3dde7e4f15e8b7891e 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 > >--- > 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 d445341b95..d3b0177763 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=[% transfer | 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.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 38588
:
175677
|
175798
|
175958
|
175959
|
175978
|
175979
|
176290
|
176291