Bugzilla – Attachment 153642 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: (QA follow-up) Restore $Price filtering for valid values
Bug-32271-QA-follow-up-Restore-Price-filtering-for.patch (text/plain), 1.53 KB, created by
Martin Renvoize (ashimema)
on 2023-07-19 11:42:38 UTC
(
hide
)
Description:
Bug 32271: (QA follow-up) Restore $Price filtering for valid values
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-07-19 11:42:38 UTC
Size:
1.53 KB
patch
obsolete
>From cf0688717799d0317a12e03f96c0403f1ee38e52 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 19 Jul 2023 12:41:28 +0100 >Subject: [PATCH] Bug 32271: (QA follow-up) Restore $Price filtering for valid > values > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 f0f9f176bc..3ffde1caa3 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 | html %]</td> >+ <td>[% IF overduefinescap %][% overduefinescap | $Price %][% ELSE %][% END %]</td> > <td> > [% IF cap_fine_to_replacement_price %] > <input type="checkbox" checked="checked" disabled="disabled" /> >-- >2.41.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 32271
:
144430
|
144528
|
153486
|
153487
|
153488
|
153489
|
153638
|
153639
|
153640
|
153641
| 153642