|
Lines 1391-1396
__PACKAGE__->has_many(
Link Here
|
| 1391 |
{ cascade_copy => 0, cascade_delete => 0 }, |
1391 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 1392 |
); |
1392 |
); |
| 1393 |
|
1393 |
|
|
|
1394 |
=head2 hold_groups |
| 1395 |
|
| 1396 |
Type: has_many |
| 1397 |
|
| 1398 |
Related object: L<Koha::Schema::Result::HoldGroup> |
| 1399 |
|
| 1400 |
=cut |
| 1401 |
|
| 1402 |
__PACKAGE__->has_many( |
| 1403 |
"hold_groups", |
| 1404 |
"Koha::Schema::Result::HoldGroup", |
| 1405 |
{ "foreign.borrowernumber" => "self.borrowernumber" }, |
| 1406 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 1407 |
); |
| 1408 |
|
| 1394 |
=head2 housebound_profile |
1409 |
=head2 housebound_profile |
| 1395 |
|
1410 |
|
| 1396 |
Type: might_have |
1411 |
Type: might_have |
|
Lines 2197-2204
Composing rels: L</user_permissions> -> permission
Link Here
|
| 2197 |
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); |
2212 |
__PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); |
| 2198 |
|
2213 |
|
| 2199 |
|
2214 |
|
| 2200 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-10 07:11:31 |
2215 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-07-16 10:57:50 |
| 2201 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XFOe2X4k2DUziaNS5pWd/Q |
2216 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1mCQb2VuHB10JWtlJXTBWw |
| 2202 |
|
2217 |
|
| 2203 |
__PACKAGE__->belongs_to( |
2218 |
__PACKAGE__->belongs_to( |
| 2204 |
"library", |
2219 |
"library", |