Bugzilla – Attachment 144528 Details for
Bug 32271
Overdue fines cap (amount) set to 0.00 when editing rule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 32271 : Fix overdue fines cap (amount) set to 0.00 when editing rule.
BUG-32271--Fix-overdue-fines-cap-amount-set-to-000.patch (text/plain), 1.60 KB, created by
PTFS Europe Sandboxes
on 2022-12-09 14:03:45 UTC
(
hide
)
Description:
BUG 32271 : Fix overdue fines cap (amount) set to 0.00 when editing rule.
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2022-12-09 14:03:45 UTC
Size:
1.60 KB
patch
obsolete
>From 28d5f155873fdfd4ed3574d59fc3db6f04567ad3 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?G=C3=A9raud=20Frappier?= <geraud.frappier@inlibro.com> >Date: Mon, 5 Dec 2022 12:30:40 -0500 >Subject: [PATCH] BUG 32271 : Fix overdue fines cap (amount) set to 0.00 when > editing rule. >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 593b9dab8e..bab746da79 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 >@@ -298,7 +298,7 @@ > <td>[% chargeperiod | html %]</td> > <td>[% IF chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %]</td> > <td>[% firstremind | html %]</td> >- <td>[% overduefinescap | $Price %]</td> >+ <td>[% overduefinescap | html %]</td> > <td> > [% IF cap_fine_to_replacement_price %] > <input type="checkbox" checked="checked" disabled="disabled" /> >-- >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 32271
:
144430
|
144528
|
153486
|
153487
|
153488
|
153489
|
153638
|
153639
|
153640
|
153641
|
153642