Bugzilla – Attachment 150658 Details for
Bug 33262
When an ordered record is deleted, we lose all information on what was ordered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33262: [DO NOT PUSH] Schema update
Bug-33262-DO-NOT-PUSH-Schema-update.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2023-05-04 13:12:19 UTC
(
hide
)
Description:
Bug 33262: [DO NOT PUSH] Schema update
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-04 13:12:19 UTC
Size:
1.27 KB
patch
obsolete
>From a1221ddcde7d101f0074bf027065110a45d44b2e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Thu, 4 May 2023 11:30:28 +0000 >Subject: [PATCH] Bug 33262: [DO NOT PUSH] Schema update > >--- > Koha/Schema/Result/Aqorder.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index 1a71858661..f75bc16b66 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -44,7 +44,7 @@ links the order to the biblio being ordered (biblio.biblionumber) > data_type: 'integer' > is_nullable: 1 > >-links the order to the deleted bibliographic record deletedbiblio.biblionumber) >+links the order to the deleted bibliographic record (deletedbiblio.biblionumber) > > =head2 entrydate > >@@ -814,8 +814,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:17:35 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VtBQdGGCN86D4CWZLMZX+g >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:24:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BBhTr5XMj2RXPZQgYPQkAA > > __PACKAGE__->belongs_to( > "basket", >-- >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 33262
:
150647
|
150657
|
150658
|
150659
|
150660
|
150661
|
150662
|
150663
|
150664
|
150680
|
150681
|
150682
|
150683
|
150684
|
150702
|
150703
|
150704
|
150705
|
150706
|
150734
|
150735
|
150736
|
150737
|
150738