|
Lines 120-125
__PACKAGE__->belongs_to(
Link Here
|
| 120 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-01-19 13:41:13 |
120 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-01-19 13:41:13 |
| 121 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iWUPjrtWP7qqlIJZJ7kOuA |
121 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iWUPjrtWP7qqlIJZJ7kOuA |
| 122 |
|
122 |
|
|
|
123 |
=head2 koha_object_class |
| 124 |
|
| 125 |
=cut |
| 126 |
|
| 127 |
sub koha_object_class { |
| 128 |
'Koha::Patron::AccountLink'; |
| 129 |
} |
| 130 |
|
| 131 |
=head2 koha_objects_class |
| 132 |
|
| 133 |
=cut |
| 134 |
|
| 135 |
sub koha_objects_class { |
| 136 |
'Koha::Patron::AccountLinks'; |
| 137 |
} |
| 123 |
|
138 |
|
| 124 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
| 125 |
1; |
139 |
1; |
| 126 |
- |
|
|