Bugzilla – Attachment 78048 Details for
Bug 20631
C4::Acounts claims to use ReturnLostItem but doesn't
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20631: Remove unused RemoveLostItem from C4::Accounts
Bug-20631-Remove-unused-RemoveLostItem-from-C4Acco.patch (text/plain), 946 bytes, created by
Josef Moravec
on 2018-08-21 16:10:10 UTC
(
hide
)
Description:
Bug 20631: Remove unused RemoveLostItem from C4::Accounts
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-08-21 16:10:10 UTC
Size:
946 bytes
patch
obsolete
>From ce3857462384e167590d11fcce9c27a94c063b60 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 8 Aug 2018 20:34:32 +0000 >Subject: [PATCH] Bug 20631: Remove unused RemoveLostItem from C4::Accounts > >RemoveLostItem was 'used' in C4::Accounts, but is not >actually used there. > >Call has been removed by > commit ed9cf81c3aa8fd82f9347556364e9d2e6cef8a82 > Bug 15896 - Use Koha::Account::pay internally for makepayment > >To test: >- Verify that the routine was actually not used! > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> >--- > C4/Accounts.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >index eef9766..f087ba6 100644 >--- a/C4/Accounts.pm >+++ b/C4/Accounts.pm >@@ -23,7 +23,6 @@ use strict; > use C4::Context; > use C4::Stats; > use C4::Members; >-use C4::Circulation qw(ReturnLostItem); > use C4::Log qw(logaction); > use Koha::Account; > use Koha::Account::Lines; >-- >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 20631
:
77603
|
77714
| 78048