Bugzilla – Attachment 73868 Details for
Bug 20305
Warnings in tools scripts need to be removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20305: Remove warnings from tools scripts
Bug-20305-Remove-warnings-from-tools-scripts.patch (text/plain), 895 bytes, created by
Jonathan Druart
on 2018-04-09 13:51:12 UTC
(
hide
)
Description:
Bug 20305: Remove warnings from tools scripts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-09 13:51:12 UTC
Size:
895 bytes
patch
obsolete
>From d8eaed7f6d85c7ef010c8ea6b13a87e52e840ffa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 27 Feb 2018 13:37:53 -0300 >Subject: [PATCH] Bug 20305: Remove warnings from tools scripts > >--- > tools/batchMod.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index 94062f79ed..127eda1221 100755 >--- a/tools/batchMod.pl >+++ b/tools/batchMod.pl >@@ -316,7 +316,7 @@ my $pref_itemcallnumber = C4::Context->preference('itemcallnumber'); > my $subfieldsToAllowForBatchmod = C4::Context->preference('SubfieldsToAllowForRestrictedBatchmod'); > my $allowAllSubfields = ( > not defined $subfieldsToAllowForBatchmod >- or $subfieldsToAllowForBatchmod == q|| >+ or $subfieldsToAllowForBatchmod eq q|| > ) ? 1 : 0; > my @subfieldsToAllow = split(/ /, $subfieldsToAllowForBatchmod); > >-- >2.11.0
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 20305
:
72273
|
73504
|
73868
|
73876
|
75095