Bugzilla – Attachment 75095 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), 1010 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-04 19:39:03 UTC
(
hide
)
Description:
Bug 20305: Remove warnings from tools scripts
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-04 19:39:03 UTC
Size:
1010 bytes
patch
obsolete
>From 6f02f99d1cde76a4514d3e75c77cc3c4a840520f 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 > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > tools/batchMod.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index 192deb965d..f24b2f6987 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.17.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