Bugzilla – Attachment 98144 Details for
Bug 24542
Checkout page - Can't locate object method "search" via package "Koha::Account::DebitTypes"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
Bug-24542-bug-23049-follow-up-Add-missing-use-stat.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2020-01-30 10:01:32 UTC
(
hide
)
Description:
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-30 10:01:32 UTC
Size:
1.01 KB
patch
obsolete
>From 10a3c6deaae095914539c24afe0e630033e9c126 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Jan 2020 10:51:51 +0100 >Subject: [PATCH] Bug 24542: (bug 23049 follow-up) Add missing use statement in > Koha::Account > >Fix the following error when an item is checked out and that >ManInvInNoissuesCharge is turned off: >Can't locate object method "search" via package "Koha::Account::DebitTypes" > >Test plan: >0/ Turn off ManInvInNoissuesCharge >1/ Check an item out > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Account.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Account.pm b/Koha/Account.pm >index b120faee0f..ae6bebbb7a 100644 >--- a/Koha/Account.pm >+++ b/Koha/Account.pm >@@ -32,6 +32,7 @@ use C4::Stats qw( UpdateStats ); > use Koha::Patrons; > use Koha::Account::Lines; > use Koha::Account::Offsets; >+use Koha::Account::DebitTypes; > use Koha::DateUtils qw( dt_from_string ); > use Koha::Exceptions; > use Koha::Exceptions::Account; >-- >2.20.1
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 24542
:
98142
| 98144