Bugzilla – Attachment 152058 Details for
Bug 21983
Better handling of deleted biblios on ILL requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21983: DBIC schema [DO NOT PUSH]
Bug-21983-DBIC-schema-DO-NOT-PUSH.patch (text/plain), 1.55 KB, created by
Kyle M Hall (khall)
on 2023-06-06 17:00:04 UTC
(
hide
)
Description:
Bug 21983: DBIC schema [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-06-06 17:00:04 UTC
Size:
1.55 KB
patch
obsolete
>From 2f08be4bc7229f41ac5fbc6e0cc893f7ae8143f1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 Jun 2023 13:52:52 -0300 >Subject: [PATCH] Bug 21983: DBIC schema [DO NOT PUSH] > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Schema/Result/Illrequest.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Illrequest.pm b/Koha/Schema/Result/Illrequest.pm >index 3c55a2a357..29ba8acf74 100644 >--- a/Koha/Schema/Result/Illrequest.pm >+++ b/Koha/Schema/Result/Illrequest.pm >@@ -48,6 +48,13 @@ Patron associated with request > > Potential bib linked to request > >+=head2 deleted_biblio_id >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+Deleted bib linked to request >+ > =head2 due_date > > data_type: 'datetime' >@@ -189,6 +196,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "biblio_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >+ "deleted_biblio_id", >+ { data_type => "integer", is_nullable => 1 }, > "due_date", > { > data_type => "datetime", >@@ -352,8 +361,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-05 12:10:10 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1VhNc8tMnvCpBYaj90YOiQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-05 16:11:04 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6b58Mo/KzvheZCurYvKu7A > > __PACKAGE__->has_many( > "comments", >-- >2.30.2
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 21983
:
83226
|
83227
|
152005
|
152006
|
152007
|
152008
|
152010
|
152011
|
152012
|
152013
|
152056
|
152057
| 152058 |
152059
|
152060
|
152063