Bugzilla – Attachment 73705 Details for
Bug 20467
Add ability to batch add items to a course
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20467: Remove useless use statements
Bug-20467-Remove-useless-use-statements.patch (text/plain), 760 bytes, created by
Jonathan Druart
on 2018-04-05 16:52:48 UTC
(
hide
)
Description:
Bug 20467: Remove useless use statements
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-04-05 16:52:48 UTC
Size:
760 bytes
patch
obsolete
>From e6a6e71319c11129ddbb2f16d21fde8aedb8cd4b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Apr 2018 13:52:12 -0300 >Subject: [PATCH] Bug 20467: Remove useless use statements > >--- > course_reserves/batch_add_items.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/course_reserves/batch_add_items.pl b/course_reserves/batch_add_items.pl >index db5f725a7f..ba16e76904 100755 >--- a/course_reserves/batch_add_items.pl >+++ b/course_reserves/batch_add_items.pl >@@ -25,11 +25,9 @@ use List::MoreUtils qw( uniq ); > > use C4::Auth; > use C4::Output; >-use C4::Koha; > use C4::CourseReserves qw(ModCourseItem ModCourseReserve GetCourse); > > use Koha::Items; >-use Koha::ItemTypes; > > my $cgi = new CGI; > >-- >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 20467
:
73209
|
73213
|
73214
|
73219
|
73220
|
73239
|
73419
|
73453
|
73550
|
73551
|
73705
|
73797
|
76468
|
76469
|
76470
|
76471
|
76472