Bugzilla – Attachment 162853 Details for
Bug 36233
Cannot search invoices if too many vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36233: (follow-up) Fix width and enable clear option
Bug-36233-follow-up-Fix-width-and-enable-clear-opt.patch (text/plain), 1010 bytes, created by
Nick Clemens (kidclamp)
on 2024-03-06 19:24:47 UTC
(
hide
)
Description:
Bug 36233: (follow-up) Fix width and enable clear option
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-03-06 19:24:47 UTC
Size:
1010 bytes
patch
obsolete
>From 8fd263c6acbb9db541a6f361fc199962981e0790 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 6 Mar 2024 19:24:30 +0000 >Subject: [PATCH] Bug 36233: (follow-up) Fix width and enable clear option > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 7973d642173..d60e6943f29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -531,8 +531,7 @@ > } > > $("#supplierid").kohaSelect({ >- width: '50%', >- allowClear: false, >+ allowClear: true, > ajax: { > url: '/api/v1/acquisitions/vendors', > delay: 300, // wait 300 milliseconds before triggering the request >-- >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 36233
:
162753
|
162839
|
162848
|
162849
|
162853
|
163102
|
163103
|
163132
|
163146
|
163147
|
163148