Bugzilla – Attachment 86804 Details for
Bug 22330
Transfer limits should be respected for placing holds in staff interface and APIs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22330: (QA follow-up) Remove duplicate use lines, combine and sort remaning lines
Bug-22330-QA-follow-up-Remove-duplicate-use-lines-.patch (text/plain), 1.12 KB, created by
Josef Moravec
on 2019-03-20 14:37:44 UTC
(
hide
)
Description:
Bug 22330: (QA follow-up) Remove duplicate use lines, combine and sort remaning lines
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-20 14:37:44 UTC
Size:
1.12 KB
patch
obsolete
>From eddb70defab498466af0520ee5a9be7159793342 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 11 Mar 2019 14:26:49 -0400 >Subject: [PATCH] Bug 22330: (QA follow-up) Remove duplicate use lines, combine > and sort remaning lines > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > C4/Reserves.pm | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 48b4170a69..de7e3f0a2c 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -23,19 +23,16 @@ package C4::Reserves; > > use strict; > #use warnings; FIXME - Bug 2505 >+ > use C4::Accounts; > use C4::Biblio; > use C4::Circulation; > use C4::Context; > use C4::Items; >-use C4::Members; >- >-# for _koha_notify_reserve > use C4::Letters; > use C4::Log; >-use C4::Members qw(); > use C4::Members::Messaging; >- >+use C4::Members; > use Koha::Account::Lines; > use Koha::Biblios; > use Koha::Calendar; >@@ -48,7 +45,6 @@ use Koha::IssuingRules; > use Koha::ItemTypes; > use Koha::Items; > use Koha::Libraries; >-use Koha::Libraries; > use Koha::Old::Hold; > use Koha::Patrons; > >-- >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 22330
:
85067
|
85068
|
86479
|
86480
|
86481
|
86482
|
86758
|
86759
|
86760
|
86779
|
86802
|
86803
| 86804 |
86805
|
86806
|
86807