Bugzilla – Attachment 135806 Details for
Bug 30926
Remove unnecessary use statements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30926: Manual fixes
Bug-30926-Manual-fixes.patch (text/plain), 701 bytes, created by
Jonathan Druart
on 2022-06-08 13:31:38 UTC
(
hide
)
Description:
Bug 30926: Manual fixes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-06-08 13:31:38 UTC
Size:
701 bytes
patch
obsolete
>From 24b1c167662b57be4f507d470145b00c46b2655c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 8 Jun 2022 15:30:49 +0200 >Subject: [PATCH] Bug 30926: Manual fixes > >Wrong occurrences caught by the script >--- > svc/split_callnumbers | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/svc/split_callnumbers b/svc/split_callnumbers >index 5f001638afa..7fc9deefd34 100755 >--- a/svc/split_callnumbers >+++ b/svc/split_callnumbers >@@ -3,6 +3,7 @@ > use Modern::Perl; > use JSON qw( from_json ); > use C4::Service; >+use C4::ClassSplitRoutine::RegEx; > > our ( $query, $response ) = C4::Service->init( parameters => 'parameters_remaining_permissions' ); > >-- >2.25.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 30926
:
135804
|
135805
|
135806
|
136250
|
136251
|
138795