|
Lines 328-333
__PACKAGE__->has_many(
Link Here
|
| 328 |
{ cascade_copy => 0, cascade_delete => 0 }, |
328 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 329 |
); |
329 |
); |
| 330 |
|
330 |
|
|
|
331 |
=head2 configurations |
| 332 |
|
| 333 |
Type: has_many |
| 334 |
|
| 335 |
Related object: L<Koha::Schema::Result::Configuration> |
| 336 |
|
| 337 |
=cut |
| 338 |
|
| 339 |
__PACKAGE__->has_many( |
| 340 |
"configurations", |
| 341 |
"Koha::Schema::Result::Configuration", |
| 342 |
{ "foreign.category_id" => "self.categorycode" }, |
| 343 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 344 |
); |
| 345 |
|
| 331 |
=head2 pseudonymized_transactions |
346 |
=head2 pseudonymized_transactions |
| 332 |
|
347 |
|
| 333 |
Type: has_many |
348 |
Type: has_many |