Bugzilla – Attachment 72427 Details for
Bug 18606
Move rotating collections code to Koha::Object
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18606: Remove lefover of C4::RotatingCollections
Bug-18606-Remove-lefover-of-C4RotatingCollections.patch (text/plain), 2.68 KB, created by
Josef Moravec
on 2018-03-05 11:18:39 UTC
(
hide
)
Description:
Bug 18606: Remove lefover of C4::RotatingCollections
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-03-05 11:18:39 UTC
Size:
2.68 KB
patch
obsolete
>From 4aac7458833bfec32d6b6f53bdd999ecc181860f Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 17 May 2017 12:43:12 +0000 >Subject: [PATCH] Bug 18606: Remove lefover of C4::RotatingCollections > >--- > C4/RotatingCollections.pm | 60 --------------------------------- > rotating_collections/addItems.pl | 1 - > rotating_collections/editCollections.pl | 1 - > 3 files changed, 62 deletions(-) > delete mode 100644 C4/RotatingCollections.pm > >diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm >deleted file mode 100644 >index 0848c76..0000000 >--- a/C4/RotatingCollections.pm >+++ /dev/null >@@ -1,60 +0,0 @@ >-package C4::RotatingCollections; >- >-# $Id: RotatingCollections.pm,v 0.1 2007/04/20 kylemhall >- >-# This package is inteded to keep track of what library >-# Items of a certain collection should be at. >- >-# Copyright 2007 Kyle Hall >-# >-# This file is part of Koha. >-# >-# Koha is free software; you can redistribute it and/or modify it >-# under the terms of the GNU General Public License as published by >-# the Free Software Foundation; either version 3 of the License, or >-# (at your option) any later version. >-# >-# Koha is distributed in the hope that it will be useful, but >-# WITHOUT ANY WARRANTY; without even the implied warranty of >-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >-# GNU General Public License for more details. >-# >-# You should have received a copy of the GNU General Public License >-# along with Koha; if not, see <http://www.gnu.org/licenses>. >- >-use Modern::Perl; >- >-use C4::Context; >-use C4::Circulation; >-use C4::Reserves qw(CheckReserves); >-use Koha::Database; >- >-use DBI; >- >-use Data::Dumper; >- >-use vars qw(@ISA @EXPORT); >- >- >-=head1 NAME >- >-C4::RotatingCollections - Functions for managing rotating collections >- >-=head1 FUNCTIONS >- >-=cut >- >-BEGIN { >- require Exporter; >- @ISA = qw( Exporter ); >- @EXPORT = qw( >- ); >-} >- >-__END__ >- >-=head1 AUTHOR >- >-Kyle Hall <kylemhall@gmail.com> >- >-=cut >diff --git a/rotating_collections/addItems.pl b/rotating_collections/addItems.pl >index edcbf0a..9b0d697 100755 >--- a/rotating_collections/addItems.pl >+++ b/rotating_collections/addItems.pl >@@ -21,7 +21,6 @@ use Modern::Perl; > use C4::Output; > use C4::Auth; > use C4::Context; >-use C4::RotatingCollections; > use C4::Items; > > use Koha::Items; >diff --git a/rotating_collections/editCollections.pl b/rotating_collections/editCollections.pl >index 6aa6c1c..9290432 100755 >--- a/rotating_collections/editCollections.pl >+++ b/rotating_collections/editCollections.pl >@@ -23,7 +23,6 @@ use CGI qw ( -utf8 ); > use C4::Output; > use C4::Auth; > use C4::Context; >-use C4::RotatingCollections; > > use Koha::RotatingCollections; > >-- >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 18606
:
63508
|
63509
|
63510
|
63511
|
63512
|
63513
|
63514
|
63515
|
63516
|
63517
|
63518
|
63519
|
63520
|
63521
|
63522
|
63523
|
63524
|
63525
|
63526
|
63527
|
63528
|
66227
|
66228
|
66229
|
66230
|
66231
|
66232
|
66233
|
66234
|
66235
|
66236
|
66237
|
66238
|
66239
|
66240
|
66241
|
66286
|
66287
|
66288
|
66289
|
66290
|
66291
|
66292
|
66293
|
66294
|
66295
|
66296
|
66297
|
66298
|
66299
|
66300
|
67734
|
67735
|
67736
|
67737
|
67738
|
67739
|
67740
|
67741
|
67742
|
67743
|
67744
|
67745
|
67746
|
67747
|
67748
|
67749
|
68428
|
68429
|
68430
|
68431
|
68432
|
68433
|
68434
|
68435
|
68436
|
68437
|
68438
|
68439
|
68440
|
68441
|
68442
|
68443
|
69709
|
69710
|
69711
|
69712
|
69713
|
69714
|
69715
|
69716
|
69717
|
69718
|
69719
|
69720
|
69721
|
69722
|
69723
|
69759
|
72416
|
72417
|
72418
|
72419
|
72420
|
72421
|
72422
|
72423
|
72424
|
72425
|
72426
|
72427
|
72428
|
72429
|
72430
|
72431
|
72572
|
72573
|
72574
|
72575
|
72576
|
72577
|
72578
|
72579
|
72580
|
72581
|
72582
|
72583
|
72584
|
72585
|
72586
|
72587
|
72816
|
79141
|
79142
|
79143
|
79144
|
79145
|
79146
|
79147
|
79148
|
79149
|
79150
|
79151
|
79152
|
79153
|
79154
|
79155
|
79156
|
79157
|
79158
|
79161