Bugzilla – Attachment 192970 Details for
Bug 41070
No warning when filling no fund while importing in a basket from a file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41070: Fix selector in addorderiso validator
Bug-41070-Fix-selector-in-addorderiso-validator.patch (text/plain), 1.13 KB, created by
Baptiste Wojtkowski (bwoj)
on 2026-02-11 10:01:31 UTC
(
hide
)
Description:
Bug 41070: Fix selector in addorderiso validator
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2026-02-11 10:01:31 UTC
Size:
1.13 KB
patch
obsolete
>From 887faf6e39cfda34c788b32713c69d757b2ed8d6 Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Wed, 11 Feb 2026 10:56:48 +0100 >Subject: [PATCH] Bug 41070: Fix selector in addorderiso validator > >--- > koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >index 332712a3a7..00a80dc6f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -112,7 +112,7 @@ function checkOrderBudgets(){ > var all_budget_id = $("#all_budget_id"); > // If we don't have an overarching default set we need to check each selected order > if ( !all_budget_id.val() ) { >- $("fieldset.biblio.rows.order-selected").each(function(){ >+ $(".biblio .order-selected fieldset.rows").each(function(){ > var default_order_fund = $(this).find("[name='budget_id']"); > // For each order we see if budget is set for order > if( !default_order_fund.val() ){ >-- >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 41070
:
192970
|
192971
|
192973
|
192979