From 96a07e84c494ac3328836b0089d46b61970d513e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 3 Oct 2022 13:48:42 -0300 Subject: [PATCH] Bug 30944: DBIC schema Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Branchtransfer.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/Branchtransfer.pm b/Koha/Schema/Result/Branchtransfer.pm index 8a0143afc8..87b1cdcfb6 100644 --- a/Koha/Schema/Result/Branchtransfer.pm +++ b/Koha/Schema/Result/Branchtransfer.pm @@ -111,7 +111,7 @@ what triggered the transfer =head2 cancellation_reason data_type: 'enum' - extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer","CancelRecall"]} + extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer","RecallCancellation"]} is_nullable: 1 what triggered the transfer cancellation @@ -208,7 +208,7 @@ __PACKAGE__->add_columns( "CancelReserve", "ItemLost", "WrongTransfer", - "CancelRecall", + "RecallCancellation", ], }, is_nullable => 1, @@ -275,8 +275,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-09 15:03:20 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cDYxd2qCUwQr7Gimzcf51Q +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-03 16:48:17 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BkhtfptiDqKKSv/hmCQy3w sub koha_object_class { 'Koha::Item::Transfer'; -- 2.39.5