Bugzilla – Attachment 135996 Details for
Bug 30924
Fix recalls-related errors in transfers and cancelling actions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30924: DBIC update
Bug-30924-DBIC-update.patch (text/plain), 1.82 KB, created by
Martin Renvoize (ashimema)
on 2022-06-13 08:25:53 UTC
(
hide
)
Description:
Bug 30924: DBIC update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-06-13 08:25:53 UTC
Size:
1.82 KB
patch
obsolete
>From 7f3f88fa9fe008982e629c54f58865d0ac5a609e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 9 Jun 2022 12:03:48 -0300 >Subject: [PATCH] Bug 30924: DBIC update > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Branchtransfer.pm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/Branchtransfer.pm b/Koha/Schema/Result/Branchtransfer.pm >index f19f292be2..8a0143afc8 100644 >--- a/Koha/Schema/Result/Branchtransfer.pm >+++ b/Koha/Schema/Result/Branchtransfer.pm >@@ -103,7 +103,7 @@ any comments related to the transfer > =head2 reason > > data_type: 'enum' >- extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","TransferCancellation","Recall"]} >+ extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","TransferCancellation","Recall","RecallCancellation"]} > is_nullable: 1 > > what triggered the transfer >@@ -187,6 +187,7 @@ __PACKAGE__->add_columns( > "CancelReserve", > "TransferCancellation", > "Recall", >+ "RecallCancellation", > ], > }, > is_nullable => 1, >@@ -274,8 +275,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-05 00:30:17 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NjRH6i1gbS62QsDb7s2NPg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-09 15:03:20 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cDYxd2qCUwQr7Gimzcf51Q > > sub koha_object_class { > 'Koha::Item::Transfer'; >-- >2.20.1
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 30924
:
135884
|
135902
|
135903
|
135947
|
135948
|
135949
|
135994
|
135995
| 135996