Bugzilla – Attachment 169984 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 URL param retrieval
Bug-37263-Fix-URL-param-retrieval.patch (text/plain), 1.16 KB, created by
Marcel de Rooy
on 2024-08-02 06:57:39 UTC
(
hide
)
Description:
Bug 37263: Fix URL param retrieval
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-08-02 06:57:39 UTC
Size:
1.16 KB
patch
obsolete
>From 633434db491f0d39f950df7a7c967beca087df88 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 8 Jul 2024 12:45:13 +0000 >Subject: [PATCH] Bug 37263: Fix URL param retrieval >Content-Type: text/plain; charset=utf-8 > >This was introduced by bug 34478. >To test: >Follow the test plan as before, but test for several different patron categories > >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> >--- > admin/smart-rules.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/smart-rules.pl b/admin/smart-rules.pl >index efe1b91dfb..9410c2ed07 100755 >--- a/admin/smart-rules.pl >+++ b/admin/smart-rules.pl >@@ -555,7 +555,7 @@ elsif ( $op eq "cud-add-open-article-requests-limit" ) { > } > elsif ( $op eq "cud-set-article-request-fee" ) { > >- my $category = $input->param('categorycode'); >+ my $category = $input->param('article_request_fee_category'); > my $fee = strip_non_numeric( scalar $input->param('article_request_fee') ); > > Koha::Exception->throw("No value passed for article request fee") >-- >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