Bugzilla – Attachment 133696 Details for
Bug 30600
Recalls sync problem between DBIx and kohastructure.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBIx schema diff
Koha_Schema_Result_Branchtransfer.diff (text/plain), 2.12 KB, created by
Fridolin Somers
on 2022-04-22 20:01:16 UTC
(
hide
)
Description:
DBIx schema diff
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-04-22 20:01:16 UTC
Size:
2.12 KB
patch
obsolete
>diff --git a/Koha/Schema/Result/Branchtransfer.pm b/Koha/Schema/Result/Branchtransfer.pm >index 365afd06d0..9ff50a33bd 100644 >--- a/Koha/Schema/Result/Branchtransfer.pm >+++ b/Koha/Schema/Result/Branchtransfer.pm >@@ -103,19 +103,15 @@ any comments related to the transfer > =head2 reason > > data_type: 'enum' >- extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","TransferCancellation","Recall","CancelRecall"]} >+ extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","Recall","CancelRecall"]} > is_nullable: 1 > >-what triggered the transfer >- > =head2 cancellation_reason > > data_type: 'enum' >- extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer","Recall","CancelRecall"]} >+ extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer"]} > is_nullable: 1 > >-what triggered the transfer cancellation >- > =cut > > __PACKAGE__->add_columns( >@@ -185,7 +181,6 @@ __PACKAGE__->add_columns( > "Reserve", > "LostReserve", > "CancelReserve", >- "TransferCancellation", > "Recall", > "CancelRecall", > ], >@@ -208,8 +203,6 @@ __PACKAGE__->add_columns( > "CancelReserve", > "ItemLost", > "WrongTransfer", >- "Recall", >- "CancelRecall", > ], > }, > is_nullable => 1, >@@ -276,8 +269,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-15 06:51:43 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PRXo3jKKZT7MhzT1EbqpWg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-22 19:20:00 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NnrSjl31x6ahyRl8E/HHVQ > > sub koha_object_class { > 'Koha::Item::Transfer';
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 30600
:
133696
|
134008
|
134344
|
134356
|
134618