Bugzilla – Attachment 190753 Details for
Bug 41500
Expired hold charge value containing decimal with fraction dropped when editing a rule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41500: Do not drop value from Expired hold charge containing decimal with fraction when editing a rule
0001-Bug-41500-Do-not-drop-value-from-Expired-hold-charge.patch (text/plain), 2.48 KB, created by
Emmi Takkinen
on 2025-12-29 08:40:19 UTC
(
hide
)
Description:
Bug 41500: Do not drop value from Expired hold charge containing decimal with fraction when editing a rule
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-12-29 08:40:19 UTC
Size:
2.48 KB
patch
obsolete
>From 1f3355e53cf0c9d56a33b85f9d03ecd2cbfe30e6 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Mon, 29 Dec 2025 10:26:15 +0200 >Subject: [PATCH] Bug 41500: Do not drop value from Expired hold charge > containing decimal with fraction when editing a rule > >When one edits a circulation rule where Expired hold charge value >contains decimal with fractions other than 0 (e.g. 1.30), value is >not copied to editing row. This happens because column is considered >as column which cannot contain nothing else than integer value and >is therefore left blank if fraction is used. > >To reproduce: >1. Add or modify existing circulation rule and set Expired hold charge value as 1.30. >2. Edit the rule you just created or modified. >=> Note that Expired hold charge is not displayed. >=> When saving the rule note that Expired hold charge is now overwritten with blank value. >3. Apply this patch. >4. Set Expired hold charge value as 1.30. >5. Edit the rule. >=> Note that Expired hold charge is now displayed correctly. > >Sponsored-by: Koha-Suomi Oy >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index bd0526017d..3b0994a481 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -1605,7 +1605,6 @@ > current_input_id === "maxissueqty" || > current_input_id === "maxonsiteissueqty" || > current_input_id === "reservesallowed" || >- current_input_id === "expire_reserves_charge" || > current_input_id === "holds_per_day" || > current_input_id === "holds_per_record" || > current_input_id === "holds_pickup_period" >@@ -1613,7 +1612,6 @@ > // If the value is not an integer for > // - "Current checkouts allowed" > // - "Current on-site checkouts allowed" >- // - "Expired hold charge" > // - "Holds allowed (total)" > // - "Holds allowed (daily)" > // - "Holds per record (count)" >-- >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 41500
: 190753