|
Lines 251-256
__PACKAGE__->has_many(
Link Here
|
| 251 |
{ cascade_copy => 0, cascade_delete => 0 }, |
251 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 252 |
); |
252 |
); |
| 253 |
|
253 |
|
|
|
254 |
=head2 circulation_rules |
| 255 |
|
| 256 |
Type: has_many |
| 257 |
|
| 258 |
Related object: L<Koha::Schema::Result::CirculationRule> |
| 259 |
|
| 260 |
=cut |
| 261 |
|
| 262 |
__PACKAGE__->has_many( |
| 263 |
"circulation_rules", |
| 264 |
"Koha::Schema::Result::CirculationRule", |
| 265 |
{ "foreign.categorycode" => "self.categorycode" }, |
| 266 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 267 |
); |
| 268 |
|
| 254 |
=head2 default_borrower_circ_rule |
269 |
=head2 default_borrower_circ_rule |
| 255 |
|
270 |
|
| 256 |
Type: might_have |
271 |
Type: might_have |
|
Lines 267-274
__PACKAGE__->might_have(
Link Here
|
| 267 |
); |
282 |
); |
| 268 |
|
283 |
|
| 269 |
|
284 |
|
| 270 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-07-08 13:37:33 |
285 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-28 04:08:15 |
| 271 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LH3DdDDYXaGsNsILAUZzng |
286 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Bb9BvkU4r6/J8rD9z2sDrA |
| 272 |
|
287 |
|
| 273 |
|
288 |
|
| 274 |
# You can replace this text with custom content, and it will be preserved on regeneration |
289 |
# You can replace this text with custom content, and it will be preserved on regeneration |