Bugzilla – Attachment 169985 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.80 KB, created by
Marcel de Rooy
on 2024-08-02 06:57:42 UTC
(
hide
)
Description:
Bug 37263: Fix deletion of 'All' patron category in Default article request fees
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-08-02 06:57:42 UTC
Size:
1.80 KB
patch
obsolete
>From 431da08083c1774bcdd304e5a2780e6f4673245b 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 >Content-Type: text/plain; charset=utf-8 > >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. > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 208382373e..31907687dc 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.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 37263
:
168553
|
168591
|
168593
|
168650
|
168651
|
168652
|
168675
|
168676
|
168677
|
168690
|
168691
|
168692
|
169983
|
169984
| 169985