Bug 30924: DBIC Update
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
1910ad6b1b
commit
98e2e27b74
1 changed files with 4 additions and 3 deletions
|
@ -103,7 +103,7 @@ any comments related to the transfer
|
||||||
=head2 reason
|
=head2 reason
|
||||||
|
|
||||||
data_type: 'enum'
|
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
|
is_nullable: 1
|
||||||
|
|
||||||
what triggered the transfer
|
what triggered the transfer
|
||||||
|
@ -187,6 +187,7 @@ __PACKAGE__->add_columns(
|
||||||
"CancelReserve",
|
"CancelReserve",
|
||||||
"TransferCancellation",
|
"TransferCancellation",
|
||||||
"Recall",
|
"Recall",
|
||||||
|
"RecallCancellation",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
is_nullable => 1,
|
is_nullable => 1,
|
||||||
|
@ -274,8 +275,8 @@ __PACKAGE__->belongs_to(
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-05 00:30:17
|
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-07-13 19:14:39
|
||||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NjRH6i1gbS62QsDb7s2NPg
|
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Xsy1jCS0byj8uyfEVdyG9Q
|
||||||
|
|
||||||
sub koha_object_class {
|
sub koha_object_class {
|
||||||
'Koha::Item::Transfer';
|
'Koha::Item::Transfer';
|
||||||
|
|
Loading…
Reference in a new issue