Bugzilla – Attachment 168553 Details for
Bug 37263
Creating default article request fees is not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37263: Fix handling of 'All' values on 'default article request fees'
Bug-37263-Fix-handling-of-All-values-on-default-ar.patch (text/plain), 1.43 KB, created by
Pedro Amorim
on 2024-07-05 14:42:48 UTC
(
hide
)
Description:
Bug 37263: Fix handling of 'All' values on 'default article request fees'
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-05 14:42:48 UTC
Size:
1.43 KB
patch
obsolete
>From 58bd782f288d38dc463978e0eba42b61462e3a75 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 5 Jul 2024 14:42:18 +0000 >Subject: [PATCH] Bug 37263: Fix handling of 'All' values on 'default article > request fees' > >To test: >1. Enable ArticleRequests sys pref >2. Visit <staff_url>/cgi-bin/koha/admin/smart-rules.pl >3. Under 'Default article request fees' on 'Patron category' select 'All' and input a numeric Free >4. Click 'Add'. Notice it blows up. >5. Apply patch. Repeat. >--- > 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 d786284c3e..67e671590c 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 >@@ -1046,7 +1046,7 @@ > [% IF ( article_request_fee.defined && article_request_fee != '' ) %] > <tr> > <td> >- [% IF c == '*' %] >+ [% IF c == undef %] > <em>All</em> > [% ELSE %] > [% Categories.GetName(c) | html %] >-- >2.39.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 37263
:
168553
|
168591
|
168593
|
168650
|
168651
|
168652
|
168675
|
168676
|
168677
|
168690
|
168691
|
168692
|
169983
|
169984
|
169985