|
Lines 360-365
__PACKAGE__->has_many(
Link Here
|
| 360 |
{ cascade_copy => 0, cascade_delete => 0 }, |
360 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 361 |
); |
361 |
); |
| 362 |
|
362 |
|
|
|
363 |
=head2 circulation_rules |
| 364 |
|
| 365 |
Type: has_many |
| 366 |
|
| 367 |
Related object: L<Koha::Schema::Result::CirculationRule> |
| 368 |
|
| 369 |
=cut |
| 370 |
|
| 371 |
__PACKAGE__->has_many( |
| 372 |
"circulation_rules", |
| 373 |
"Koha::Schema::Result::CirculationRule", |
| 374 |
{ "foreign.branchcode" => "self.branchcode" }, |
| 375 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 376 |
); |
| 377 |
|
| 363 |
=head2 club_enrollments |
378 |
=head2 club_enrollments |
| 364 |
|
379 |
|
| 365 |
Type: has_many |
380 |
Type: has_many |
|
Lines 596-603
Composing rels: L</branchrelations> -> categorycode
Link Here
|
| 596 |
__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); |
611 |
__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); |
| 597 |
|
612 |
|
| 598 |
|
613 |
|
| 599 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-26 16:17:25 |
614 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-28 04:08:15 |
| 600 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:99U1YQ4iSum4LbBha4hDTQ |
615 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gRtifDOxndV9CLNpFr0XpQ |
| 601 |
|
616 |
|
| 602 |
|
617 |
|
| 603 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
618 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |