Bugzilla – Attachment 98142 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), 965 bytes, created by
Jonathan Druart
on 2020-01-30 09:53:54 UTC
(
hide
)
Description:
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-30 09:53:54 UTC
Size:
965 bytes
patch
obsolete
>From e1cf462e3839e4dc5526b12856b952e8216ea405 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 >--- > 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.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 24542
:
98142
|
98144