Bugzilla – Attachment 132382 Details for
Bug 30291
Rename recalls.* column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30291: [DBIx] Package fixes in Recall schema file
Bug-30291-DBIx-Package-fixes-in-Recall-schema-file.patch (text/plain), 1.41 KB, created by
Aleisha Amohia
on 2022-03-29 03:47:26 UTC
(
hide
)
Description:
Bug 30291: [DBIx] Package fixes in Recall schema file
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-03-29 03:47:26 UTC
Size:
1.41 KB
patch
obsolete
>From 35ed754dc6aa6d5cb4abaf72d3b88ce0d47b31d8 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 28 Mar 2022 22:30:37 +1300 >Subject: [PATCH] Bug 30291: [DBIx] Package fixes in Recall schema file > >--- > Koha/Schema/Result/Recall.pm | 28 +--------------------------- > 1 file changed, 1 insertion(+), 27 deletions(-) > >diff --git a/Koha/Schema/Result/Recall.pm b/Koha/Schema/Result/Recall.pm >index 0f5168722ff..3a72e2fed7e 100644 >--- a/Koha/Schema/Result/Recall.pm >+++ b/Koha/Schema/Result/Recall.pm >@@ -321,35 +321,9 @@ __PACKAGE__->add_columns( > ); > > __PACKAGE__->belongs_to( >- "biblio", >- "Koha::Schema::Result::Biblio", >- { biblionumber => "biblionumber" }, >- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, >-); >- >-__PACKAGE__->belongs_to( >- "item", >- "Koha::Schema::Result::Item", >- { itemnumber => "itemnumber" }, >- { >- is_deferrable => 1, >- join_type => "LEFT", >- on_delete => "CASCADE", >- on_update => "CASCADE", >- }, >-); >- >-__PACKAGE__->belongs_to( >- "patron", >- "Koha::Schema::Result::Borrower", >- { borrowernumber => "borrowernumber" }, >- { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, >-); >- >-__PACKAGE__->belongs_to( > "library", > "Koha::Schema::Result::Branch", >- { branchcode => "branchcode" }, >+ { branchcode => "pickup_library_id" }, > { > is_deferrable => 1, > join_type => "LEFT", >-- >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 30291
:
132379
|
132380
|
132381
|
132382
|
132383
|
132384
|
132385
|
132386
|
134359
|
134360
|
134361
|
134362
|
134363
|
134364
|
134365
|
134366
|
134367
|
134389
|
134390
|
134391
|
134392
|
134393
|
134394
|
134395
|
134396
|
134397
|
134629
|
134630