|
Lines 328-336
__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 |
| 331 |
|
332 |
|
| 332 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-11-19 14:20:11 |
333 |
Type: has_many |
| 333 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xrnHXXv5sd3S2sMEKzHLmA |
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 |
|
| 346 |
|
| 347 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-12-23 15:46:52 |
| 348 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AlL9KyiY8x2oi6BQ8xmKPg |
| 334 |
|
349 |
|
| 335 |
__PACKAGE__->add_columns( |
350 |
__PACKAGE__->add_columns( |
| 336 |
'+exclude_from_local_holds_priority' => { is_boolean => 1 }, |
351 |
'+exclude_from_local_holds_priority' => { is_boolean => 1 }, |