Bugzilla – Attachment 127867 Details for
Bug 21729
When reverting a hold the expirationdate should be reset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29469: (bug 17600 follow-up) Fix tag approval/rejection from staff
Bug-29469-bug-17600-follow-up-Fix-tag-approvalreje.patch (text/plain), 1.31 KB, created by
Florian
on 2021-11-19 14:24:48 UTC
(
hide
)
Description:
Bug 29469: (bug 17600 follow-up) Fix tag approval/rejection from staff
Filename:
MIME Type:
Creator:
Florian
Created:
2021-11-19 14:24:48 UTC
Size:
1.31 KB
patch
obsolete
>From 03c392a20817e571fa394937d05521423df541c8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Nov 2021 15:46:02 +0100 >Subject: [PATCH] Bug 29469: (bug 17600 follow-up) Fix tag approval/rejection > from staff > >Usage: POSIX::exit(status) at /kohadevbox/koha/tags/review.pl line 72. at /usr/share/perl/5.28/Carp.pm line 289 > Carp::croak('Usage: POSIX::exit(status)') called at /usr/lib/x86_64-linux-gnu/perl/5.28/POSIX.pm line 22 > POSIX::usage('exit(status)') called at (eval 2066) line 3 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >https://bugs.koha-community.org/show_bug.cgi?id=21729 >--- > tags/review.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tags/review.pl b/tags/review.pl >index 1810081a25..1393492567 100755 >--- a/tags/review.pl >+++ b/tags/review.pl >@@ -20,7 +20,7 @@ > # along with Koha; if not, see <http://www.gnu.org/licenses>. > > use Modern::Perl; >-use POSIX qw( ceil exit ); >+use POSIX qw( ceil ); > use CGI qw ( -utf8 ); > use CGI::Cookie; # need to check cookies before having CGI parse the POST request > use URI::Escape qw( uri_escape_utf8 ); >-- >2.20.1
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 21729
:
126160
|
126161
|
126162
|
126203
|
126258
|
127797
|
127798
|
127799
|
127800
|
127867
|
127868
|
127869
|
127870
|
127877
|
127878
|
127879
|
127880
|
128761
|
129090
|
129091
|
129092
|
129093
|
129094