Bugzilla – Attachment 142031 Details for
Bug 31569
Remove GetImportsRecordRange from acqui/addorderiso2709
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31569: (QA follow-up) Add missing entries in schema
Bug-31569-QA-follow-up-Add-missing-entries-in-sche.patch (text/plain), 1.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-10-17 21:01:29 UTC
(
hide
)
Description:
Bug 31569: (QA follow-up) Add missing entries in schema
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-10-17 21:01:29 UTC
Size:
1.40 KB
patch
obsolete
>From a0a821be8af54c80324270ae1a0c24f13d9f1a4c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 17 Oct 2022 18:00:41 -0300 >Subject: [PATCH] Bug 31569: (QA follow-up) Add missing entries in schema > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Import/Record/Biblios.pm | 4 ---- > Koha/Schema/Result/ImportBiblio.pm | 7 ++++++- > 2 files changed, 6 insertions(+), 5 deletions(-) > >diff --git a/Koha/Import/Record/Biblios.pm b/Koha/Import/Record/Biblios.pm >index 36d725f589c..b471e77f46c 100644 >--- a/Koha/Import/Record/Biblios.pm >+++ b/Koha/Import/Record/Biblios.pm >@@ -17,10 +17,6 @@ package Koha::Import::Record::Biblios; > > use Modern::Perl; > >-use Carp; >- >-use Koha::Database; >- > use Koha::Import::Record::Biblio; > > use base qw(Koha::Objects); >diff --git a/Koha/Schema/Result/ImportBiblio.pm b/Koha/Schema/Result/ImportBiblio.pm >index 4ed88db9d7d..bbd0d6f4ac0 100644 >--- a/Koha/Schema/Result/ImportBiblio.pm >+++ b/Koha/Schema/Result/ImportBiblio.pm >@@ -128,6 +128,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-17 11:17:50 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Oj/1VkjYP538OlNeu41mqA > >+sub koha_object_class { >+ 'Koha::Import::Record::Biblio'; >+} >+sub koha_objects_class { >+ 'Koha::Import::Record::Biblios'; >+} > >-# You can replace this text with custom content, and it will be preserved on regeneration > 1; >-- >2.34.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 31569
:
140659
|
140660
|
140661
|
140662
|
140663
|
140664
|
140665
|
140676
|
140677
|
140678
|
140679
|
140680
|
140681
|
140682
|
141504
|
141505
|
141506
|
141507
|
141508
|
141509
|
141510
|
141511
| 142031