Bugzilla – Attachment 111337 Details for
Bug 26627
Print and confirming a hold can cause an infinite loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26627: Print and confirming a hold can cause an infinite loop
Bug-26627-Print-and-confirming-a-hold-can-cause-an.patch (text/plain), 1.10 KB, created by
Kyle M Hall (khall)
on 2020-10-07 15:03:14 UTC
(
hide
)
Description:
Bug 26627: Print and confirming a hold can cause an infinite loop
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-10-07 15:03:14 UTC
Size:
1.10 KB
patch
obsolete
>From 75bea0ef0af3143e84d98d44433679ffe3759fa7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 7 Oct 2020 11:01:02 -0400 >Subject: [PATCH] Bug 26627: Print and confirming a hold can cause an infinite > loop > >Test plan: >1) Place a hold for pickup at library A >2) Confirm the hold and print slip >3) Checkin the item again >4) Confirm the hold and print slip >5) The modal returns, do it again >6) Apply this patch >7) Reload the page >8) Repeat steps 1-3 >9) No loop! >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + > 1 file changed, 1 insertion(+) > >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 fefcc8f02e..cf440d2e30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -1074,6 +1074,7 @@ > > $('.print').on("click",function(e){ > this.form.print_slip.value = 1; >+ this.form.barcode.remove(); > this.form.submit(); > }); > >-- >2.24.1 (Apple Git-126)
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 26627
:
111337
|
111635
|
111805
|
113093
|
113237
|
113249
|
113250