|
Lines 337-342
__PACKAGE__->has_many(
Link Here
|
| 337 |
{ cascade_copy => 0, cascade_delete => 0 }, |
337 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 338 |
); |
338 |
); |
| 339 |
|
339 |
|
|
|
340 |
=head2 collections |
| 341 |
|
| 342 |
Type: has_many |
| 343 |
|
| 344 |
Related object: L<Koha::Schema::Result::Collection> |
| 345 |
|
| 346 |
=cut |
| 347 |
|
| 348 |
__PACKAGE__->has_many( |
| 349 |
"collections", |
| 350 |
"Koha::Schema::Result::Collection", |
| 351 |
{ "foreign.colBranchcode" => "self.branchcode" }, |
| 352 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 353 |
); |
| 354 |
|
| 340 |
=head2 course_items |
355 |
=head2 course_items |
| 341 |
|
356 |
|
| 342 |
Type: has_many |
357 |
Type: has_many |
|
Lines 498-505
Composing rels: L</branchrelations> -> categorycode
Link Here
|
| 498 |
__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); |
513 |
__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); |
| 499 |
|
514 |
|
| 500 |
|
515 |
|
| 501 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-27 10:44:50 |
516 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-11-06 15:26:36 |
| 502 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WRCu1ThkQVx+o7/ECe0j2A |
517 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CGNPB/MkGLOihDThj43/4A |
| 503 |
|
518 |
|
| 504 |
|
519 |
|
| 505 |
# You can replace this text with custom content, and it will be preserved on regeneration |
520 |
# You can replace this text with custom content, and it will be preserved on regeneration |