Bugzilla – Attachment 188927 Details for
Bug 41119
Autocompletion of basket creator does not work in acquisition-home.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41119: Add missing function to acqui-home.tt
Bug-41119-Add-missing-function-to-acqui-homett.patch (text/plain), 1.59 KB, created by
Andrew Fuerste-Henry
on 2025-11-03 13:09:31 UTC
(
hide
)
Description:
Bug 41119: Add missing function to acqui-home.tt
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-11-03 13:09:31 UTC
Size:
1.59 KB
patch
obsolete
>From 0a3e5139fee2d1c33c38e74ae4073fd00e6816ab Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Thu, 30 Oct 2025 15:18:55 +0000 >Subject: [PATCH] Bug 41119: Add missing function to acqui-home.tt > >TEST PLAN: >DO NOT APPLY PATCH BEFORE TESTING >1 - Go to histsearch.pl, type "ko" in "Basket created by" -> autocompletion starts >2 - Go to acqui-home.pl, type "ko" in "Basket created by" -> autocompletion is ko >3 - Apply patch >4 - Go to histsearch.pl, type "ko" in "Basket created by" -> autocompletion starts >5 - Go to acqui-home.pl, type "ko" in "Basket created by" -> autocompletion starts > >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index b2f6b4f55fc..460cb886473 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -281,6 +281,14 @@ > $("#accounts").DataTable().draw(); > }); > >+ patron_autocomplete($("#find_patron"), { >+ 'on-select-add-to': {container: $("#basket_creators"), input_name: 'created_by' }, >+ 'on-select-callback': function( event, ui ) { >+ $("#find_patron").val('').focus(); >+ return false; >+ } >+ >+ }); > }); > </script> > [% END %] >-- >2.39.5
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 41119
:
188662
|
188920
|
188921
|
188927
|
188931