|
Lines 145-150
__PACKAGE__->has_many(
Link Here
|
| 145 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-01-30 16:04:36 |
145 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-01-30 16:04:36 |
| 146 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KG/MIjPSLcpeSlPypwli2Q |
146 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KG/MIjPSLcpeSlPypwli2Q |
| 147 |
|
147 |
|
|
|
148 |
=head2 koha_object_class |
| 149 |
|
| 150 |
Returns the Koha object class for this result. |
| 151 |
|
| 152 |
=cut |
| 153 |
|
| 154 |
sub koha_object_class { |
| 155 |
return 'Koha::Patron::Quota'; |
| 156 |
} |
| 157 |
|
| 158 |
=head2 koha_objects_class |
| 159 |
|
| 160 |
Returns the Koha objects class for this result. |
| 161 |
|
| 162 |
=cut |
| 163 |
|
| 164 |
sub koha_objects_class { |
| 165 |
return 'Koha::Patron::Quotas'; |
| 166 |
} |
| 167 |
|
| 148 |
|
168 |
|
| 149 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
| 150 |
1; |
169 |
1; |