Bugzilla – Attachment 76471 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), 810 bytes, created by
Katrin Fischer
on 2018-06-26 21:08:17 UTC
(
hide
)
Description:
Bug 20467: Remove useless use statements
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-06-26 21:08:17 UTC
Size:
810 bytes
patch
obsolete
>From 47ab117d2b6c47e2744eecee2f9ac57a1c40afa6 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 db5f725..ba16e76 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.1.4
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