Bugzilla – Attachment 153488 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.65 KB, created by
Katrin Fischer
on 2023-07-14 13:31:03 UTC
(
hide
)
Description:
Bug 32271: Fix overdue fines cap (amount) set to 0.00 when editing rule.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-14 13:31:03 UTC
Size:
1.65 KB
patch
obsolete
>From 6958ead684afc033bedb94cb85f68e9050e04ef2 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> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > 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 7c442d060f..f0f9f176bc 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 >@@ -291,7 +291,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