|
Lines 301-321
__PACKAGE__->has_many(
Link Here
|
| 301 |
{ cascade_copy => 0, cascade_delete => 0 }, |
301 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 302 |
); |
302 |
); |
| 303 |
|
303 |
|
| 304 |
=head2 branch_item_rules |
|
|
| 305 |
|
| 306 |
Type: has_many |
| 307 |
|
| 308 |
Related object: L<Koha::Schema::Result::BranchItemRule> |
| 309 |
|
| 310 |
=cut |
| 311 |
|
| 312 |
__PACKAGE__->has_many( |
| 313 |
"branch_item_rules", |
| 314 |
"Koha::Schema::Result::BranchItemRule", |
| 315 |
{ "foreign.branchcode" => "self.branchcode" }, |
| 316 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 317 |
); |
| 318 |
|
| 319 |
=head2 branches_overdrive |
304 |
=head2 branches_overdrive |
| 320 |
|
305 |
|
| 321 |
Type: might_have |
306 |
Type: might_have |
|
Lines 481-501
__PACKAGE__->has_many(
Link Here
|
| 481 |
{ cascade_copy => 0, cascade_delete => 0 }, |
466 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 482 |
); |
467 |
); |
| 483 |
|
468 |
|
| 484 |
=head2 default_branch_circ_rule |
|
|
| 485 |
|
| 486 |
Type: might_have |
| 487 |
|
| 488 |
Related object: L<Koha::Schema::Result::DefaultBranchCircRule> |
| 489 |
|
| 490 |
=cut |
| 491 |
|
| 492 |
__PACKAGE__->might_have( |
| 493 |
"default_branch_circ_rule", |
| 494 |
"Koha::Schema::Result::DefaultBranchCircRule", |
| 495 |
{ "foreign.branchcode" => "self.branchcode" }, |
| 496 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 497 |
); |
| 498 |
|
| 499 |
=head2 edifact_eans |
469 |
=head2 edifact_eans |
| 500 |
|
470 |
|
| 501 |
Type: has_many |
471 |
Type: has_many |
|
Lines 677-684
__PACKAGE__->has_many(
Link Here
|
| 677 |
); |
647 |
); |
| 678 |
|
648 |
|
| 679 |
|
649 |
|
| 680 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41 |
650 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-29 15:02:52 |
| 681 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pKohWwsuUHcZSlGDj7zmcw |
651 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y+tNq5YiUeUOyAwB4r6GHw |
| 682 |
|
652 |
|
| 683 |
__PACKAGE__->add_columns( |
653 |
__PACKAGE__->add_columns( |
| 684 |
'+pickup_location' => { is_boolean => 1 } |
654 |
'+pickup_location' => { is_boolean => 1 } |