Bugzilla – Attachment 168593 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 deletion of 'All' patron category in Default article request fees
Bug-37263-Fix-deletion-of-All-patron-category-in-D.patch (text/plain), 1.60 KB, created by
Pedro Amorim
on 2024-07-08 15:13:03 UTC
(
hide
)
Description:
Bug 37263: Fix deletion of 'All' patron category in Default article request fees
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-08 15:13:03 UTC
Size:
1.60 KB
patch
obsolete
>From 1de923e3ae8362366639bce705e209b9ea55748c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 8 Jul 2024 15:12:56 +0000 >Subject: [PATCH] Bug 37263: Fix deletion of 'All' patron category in Default > article request fees > >Follow same test plan as before, but attempt to delete a 'All' entry in 'Default article request fees'. >Notice it blows up before this patch. It works as expected after the patch. >--- > 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 67e671590c..7f0596d68a 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 >@@ -1060,7 +1060,7 @@ > [% END %] > </td> > <td class="actions"> >- <a href="#" class="del-article-request-fee btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> >+ <a href="#" class="del-article-request-fee btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-branch"[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> > </td> > </tr> > [% END %] >-- >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