Lines 541-561
__PACKAGE__->has_many(
Link Here
|
541 |
{ cascade_copy => 0, cascade_delete => 0 }, |
541 |
{ cascade_copy => 0, cascade_delete => 0 }, |
542 |
); |
542 |
); |
543 |
|
543 |
|
544 |
=head2 itemtypes_branches |
|
|
545 |
|
546 |
Type: has_many |
547 |
|
548 |
Related object: L<Koha::Schema::Result::ItemtypesBranch> |
549 |
|
550 |
=cut |
551 |
|
552 |
__PACKAGE__->has_many( |
553 |
"itemtypes_branches", |
554 |
"Koha::Schema::Result::ItemtypesBranch", |
555 |
{ "foreign.branchcode" => "self.branchcode" }, |
556 |
{ cascade_copy => 0, cascade_delete => 0 }, |
557 |
); |
558 |
|
559 |
=head2 library_groups |
544 |
=head2 library_groups |
560 |
|
545 |
|
561 |
Type: has_many |
546 |
Type: has_many |
Lines 662-669
__PACKAGE__->has_many(
Link Here
|
662 |
); |
647 |
); |
663 |
|
648 |
|
664 |
|
649 |
|
665 |
# Created by DBIx::Class::Schema::Loader v0.07048 @ 2019-07-04 04:56:47 |
650 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-09-19 11:14:52 |
666 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:15/s0/8d2cNB9YLLlsEY4w |
651 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hccou+A64WrrUzGcL40OEA |
667 |
|
652 |
|
668 |
__PACKAGE__->add_columns( |
653 |
__PACKAGE__->add_columns( |
669 |
'+pickup_location' => { is_boolean => 1 } |
654 |
'+pickup_location' => { is_boolean => 1 } |