|
Lines 653-658
__PACKAGE__->has_many(
Link Here
|
| 653 |
{ cascade_copy => 0, cascade_delete => 0 }, |
653 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 654 |
); |
654 |
); |
| 655 |
|
655 |
|
|
|
656 |
=head2 library_smtp_server |
| 657 |
|
| 658 |
Type: might_have |
| 659 |
|
| 660 |
Related object: L<Koha::Schema::Result::LibrarySmtpServer> |
| 661 |
|
| 662 |
=cut |
| 663 |
|
| 664 |
__PACKAGE__->might_have( |
| 665 |
"library_smtp_server", |
| 666 |
"Koha::Schema::Result::LibrarySmtpServer", |
| 667 |
{ "foreign.library_id" => "self.branchcode" }, |
| 668 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 669 |
); |
| 670 |
|
| 656 |
=head2 opac_news |
671 |
=head2 opac_news |
| 657 |
|
672 |
|
| 658 |
Type: has_many |
673 |
Type: has_many |
|
Lines 819-826
__PACKAGE__->has_many(
Link Here
|
| 819 |
); |
834 |
); |
| 820 |
|
835 |
|
| 821 |
|
836 |
|
| 822 |
# Created by DBIx::Class::Schema::Loader v0.07048 @ 2020-06-12 14:01:29 |
837 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-08-23 20:02:36 |
| 823 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hU6Ldf0uN2iV1h7llLH+4g |
838 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OB75ORKajzt+l0w9mRFX1Q |
| 824 |
|
839 |
|
| 825 |
__PACKAGE__->add_columns( |
840 |
__PACKAGE__->add_columns( |
| 826 |
'+pickup_location' => { is_boolean => 1 } |
841 |
'+pickup_location' => { is_boolean => 1 } |
| 827 |
- |
|
|