Bugzilla – Attachment 143698 Details for
Bug 32161
ErmEholdingsPackagesAgreement has wrong koha_object_class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32161: (bug 32030 follow-up) Fix koha_object[s]_class for ErmEholdingsPackagesAgreement
Bug-32161-bug-32030-follow-up-Fix-kohaobjectsclass.patch (text/plain), 1.21 KB, created by
Pedro Amorim
on 2022-11-10 18:07:17 UTC
(
hide
)
Description:
Bug 32161: (bug 32030 follow-up) Fix koha_object[s]_class for ErmEholdingsPackagesAgreement
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2022-11-10 18:07:17 UTC
Size:
1.21 KB
patch
obsolete
>From 20f09642c54a5b9dc919954672b21edc5c7b5f35 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 10 Nov 2022 07:36:19 +0100 >Subject: [PATCH] Bug 32161: (bug 32030 follow-up) Fix koha_object[s]_class for > ErmEholdingsPackagesAgreement > >Test plan: >run t/db_dependent/TestBuilder.t and confirm that the error related to >this module is gone. Another one may still fail however > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm b/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm >index e8f15b8496..7a7376883c 100644 >--- a/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm >+++ b/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm >@@ -104,10 +104,10 @@ __PACKAGE__->belongs_to( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OfIIIupuz76wN2HDac5fng > > sub koha_object_class { >- 'Koha::ERM::Package::Agreement'; >+ 'Koha::ERM::EHoldings::Package::Agreement'; > } > sub koha_objects_class { >- 'Koha::ERM::Package::Agreements'; >+ 'Koha::ERM::EHoldings::Package::Agreements'; > } > > 1; >-- >2.25.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 32161
:
143621
|
143698
|
143772