Bugzilla – Attachment 109793 Details for
Bug 24663
OPACPublic must be tested for all opac scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24663: Fix one missing occurrence
Bug-24663-Fix-one-missing-occurrence.patch (text/plain), 860 bytes, created by
Jonathan Druart
on 2020-09-09 12:48:14 UTC
(
hide
)
Description:
Bug 24663: Fix one missing occurrence
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-09-09 12:48:14 UTC
Size:
860 bytes
patch
obsolete
>From 23f1913a34021c9888e3bf8113937b32e94df512 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 9 Sep 2020 14:46:54 +0200 >Subject: [PATCH] Bug 24663: Fix one missing occurrence > >pushed in the meanwhile >--- > tools/batch_extend_due_dates.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/tools/batch_extend_due_dates.pl b/tools/batch_extend_due_dates.pl >index 4cf4cfbf63..cae338c07e 100755 >--- a/tools/batch_extend_due_dates.pl >+++ b/tools/batch_extend_due_dates.pl >@@ -36,7 +36,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > template_name => 'tools/batch_extend_due_dates.tt', > query => $input, > type => "intranet", >- authnotrequired => 0, > flagsrequired => { tools => 'batch_extend_due_dates' }, > } > ); >-- >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 24663
:
99084
|
99085
|
99086
|
99087
|
99112
|
99258
|
99259
|
99260
|
99261
|
99262
|
99859
|
100972
|
100973
|
100974
|
100975
|
100976
|
100977
|
100978
|
100979
|
100980
|
105508
|
105509
|
105510
|
105511
|
105512
|
105513
|
105514
|
105515
|
105516
|
105517
|
105518
|
105519
|
105520
|
105521
| 109793