Bugzilla – Attachment 167348 Details for
Bug 34718
Input field in fund list (Select2) on receive is inactive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34718: Input field in fund list (Select2) on receive is inactive
Bug-34718-Input-field-in-fund-list-Select2-on-rece.patch (text/plain), 1.35 KB, created by
Matt Blenkinsop
on 2024-06-03 14:41:34 UTC
(
hide
)
Description:
Bug 34718: Input field in fund list (Select2) on receive is inactive
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-06-03 14:41:34 UTC
Size:
1.35 KB
patch
obsolete
>From cc5f1e194f6d983cd70d435027f14e5ea503007b Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Mon, 3 Jun 2024 14:34:10 +0300 >Subject: [PATCH] Bug 34718: Input field in fund list (Select2) on receive is > inactive > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 9e6f5f7192..ba3e00dfb4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -1181,7 +1181,7 @@ > if (row.fund_id != row.fund.fund_id) { > $("#bookfund").val(row.fund_id); > } >- $("#bookfund").select2({ width: '50%' }); >+ $("#bookfund").select2({ width: '50%', dropdownParent: $('#order_edit') }); > $("#current-fund").html(FUNC_CUR.format(row.fund.budget.budget_period_description, row.fund.name)); > if( row.creator ) { > $("#creator").html([row.creator.surname, row.creator.firstname].filter(function(name){return name}).join(', ')+" ("+row.creator.patron_id+')') >-- >2.39.3 (Apple Git-146)
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 34718
:
167342
|
167348
|
167401