Bugzilla – Attachment 167342 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.28 KB, created by
Lari Strand
on 2024-06-03 11:42:15 UTC
(
hide
)
Description:
Bug 34718: Input field in fund list (Select2) on receive is inactive
Filename:
MIME Type:
Creator:
Lari Strand
Created:
2024-06-03 11:42:15 UTC
Size:
1.28 KB
patch
obsolete
>From 02d64a8634ccb47e162cd696c482a0a2dd6bcc29 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 > >--- > 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.34.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 34718
:
167342
|
167348
|
167401