Bugzilla – Attachment 192971 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.19 KB, created by
Baptiste Wojtkowski (bwoj)
on 2026-02-11 10:03:34 UTC
(
hide
)
Description:
Bug 41070: Fix selector in addorderiso validator
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2026-02-11 10:03:34 UTC
Size:
1.19 KB
patch
obsolete
>From f9f00cf2de675a0468d2c1c93f84e0fbd6a29674 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 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >index 366cff95de3..bf89bfe1595 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -125,8 +125,8 @@ function checkOrderBudgets() { > var unset_funds = 0; > 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 () { >+ if ( !all_budget_id.val() ) { >+ $(".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.43.0
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