Bugzilla – Attachment 158677 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.33 KB, created by
David Nind
on 2023-11-08 21:59:52 UTC
(
hide
)
Description:
Bug 35295: Move JS asset in returns.tt
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-08 21:59:52 UTC
Size:
1.33 KB
patch
obsolete
>From 0f18038e81ed02263aae68eb9e07546a6ec5ae6a 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> >--- > 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 9ccebc2f54..dfa34b1c70 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.30.2
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