Bugzilla – Attachment 158713 Details for
Bug 35295
No hold modal when checking in an item of a held record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35295: Move JS asset in returns.tt
Bug-35295-Move-JS-asset-in-returnstt.patch (text/plain), 1.39 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-09 13:18:06 UTC
(
hide
)
Description:
Bug 35295: Move JS asset in returns.tt
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-09 13:18:06 UTC
Size:
1.39 KB
patch
obsolete
>From 771334218acc2a5eb97bac1eab38a53543084444 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 8 Nov 2023 21:18:27 +0000 >Subject: [PATCH] Bug 35295: Move JS asset in returns.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To Test: >1. Place a hold >2. Check-in an item of the held record >3. No hold modal ð± >4. APPLY PATCH >5. Hold modal!!! > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 9ccebc2f54a..dfa34b1c70c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -1396,6 +1396,7 @@ > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE 'calendar.inc' %] > [% Asset.js("js/pages/circulation.js") | $raw %] >+ [% Asset.js("js/modal_printer.js") | $raw %] > [% IF ( ReturnClaims ) %] > <script> > /* Set a variable needed by resolve_claim_modal.js */ >@@ -1650,7 +1651,6 @@ > [% END %] > [% END %] > }); >- [% Asset.js("js/modal_printer.js") | $raw %] > </script> > > [% END %] >-- >2.42.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 35295
:
158675
|
158677
| 158713