Bugzilla – Attachment 121803 Details for
Bug 24434
C4::Circulation::updateWrongTransfer is never called but should be
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24434: DBIC Update
Bug-24434-DBIC-Update.patch (text/plain), 1.69 KB, created by
Kyle M Hall (khall)
on 2021-06-10 16:20:34 UTC
(
hide
)
Description:
Bug 24434: DBIC Update
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-06-10 16:20:34 UTC
Size:
1.69 KB
patch
obsolete
>From 96c28a4bf0993ab4689a966b0d5757b0123657e3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 8 Jun 2021 09:27:50 +0100 >Subject: [PATCH] Bug 24434: DBIC Update > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.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 56bf877583..d8a64ca7bb 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"]} >+ extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer"]} > is_nullable: 1 > > what triggered the transfer cancellation >@@ -205,6 +205,7 @@ __PACKAGE__->add_columns( > "LostReserve", > "CancelReserve", > "ItemLost", >+ "WrongTransfer", > ], > }, > is_nullable => 1, >@@ -271,8 +272,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-04-23 09:48:46 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7iCCrApSJnoleyL9p3odQg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-06-08 08:13:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+ABUZOo6IHbiRH1LTy3t+A > > sub koha_object_class { > 'Koha::Item::Transfer'; >-- >2.30.1 (Apple Git-130)
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 24434
:
97449
|
97550
|
99829
|
120625
|
120631
|
120632
|
120657
|
120658
|
120683
|
120684
|
120757
|
120758
|
121029
|
121030
|
121031
|
121032
|
121033
|
121034
|
121057
|
121058
|
121059
|
121060
|
121061
|
121071
|
121072
|
121073
|
121074
|
121075
|
121515
|
121702
|
121703
|
121704
|
121705
|
121706
|
121707
|
121798
|
121799
|
121800
|
121801
|
121802
| 121803 |
121804