Bugzilla – Attachment 112507 Details for
Bug 23212
Patron request modifications enhancement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20212: Add missing relation in Biblio
Bug-20212-Add-missing-relation-in-Biblio.patch (text/plain), 1.12 KB, created by
Séverine Queune
on 2020-10-26 10:19:32 UTC
(
hide
)
Description:
Bug 20212: Add missing relation in Biblio
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2020-10-26 10:19:32 UTC
Size:
1.12 KB
patch
obsolete
>From c0273d44438eb5d30fae201f9dc43702912a5d1e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 27 Apr 2020 17:47:14 -0300 >Subject: [PATCH] Bug 20212: Add missing relation in Biblio >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >https://bugs.koha-community.org/show_bug.cgi?id=23212 >--- > Koha/Schema/Result/Biblio.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Schema/Result/Biblio.pm b/Koha/Schema/Result/Biblio.pm >index fa39798..e7b9d43 100644 >--- a/Koha/Schema/Result/Biblio.pm >+++ b/Koha/Schema/Result/Biblio.pm >@@ -454,6 +454,12 @@ __PACKAGE__->has_many( > # Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-10-12 09:13:32 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R4PNOXHa9cRIx/up7HWz4Q > >+__PACKAGE__->has_many( >+ "biblioitem", >+ "Koha::Schema::Result::Biblioitem", >+ { "foreign.biblionumber" => "self.biblionumber" }, >+ { cascade_copy => 0, cascade_delete => 0 }, >+); > > __PACKAGE__->has_one( > "metadata", >-- >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 23212
:
112503
|
112504
|
112505
|
112506
|
112507
|
112508