|
Lines 221-241
__PACKAGE__->has_many(
Link Here
|
| 221 |
{ cascade_copy => 0, cascade_delete => 0 }, |
221 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 222 |
); |
222 |
); |
| 223 |
|
223 |
|
| 224 |
=head2 branch_borrower_circ_rules |
|
|
| 225 |
|
| 226 |
Type: has_many |
| 227 |
|
| 228 |
Related object: L<Koha::Schema::Result::BranchBorrowerCircRule> |
| 229 |
|
| 230 |
=cut |
| 231 |
|
| 232 |
__PACKAGE__->has_many( |
| 233 |
"branch_borrower_circ_rules", |
| 234 |
"Koha::Schema::Result::BranchBorrowerCircRule", |
| 235 |
{ "foreign.categorycode" => "self.categorycode" }, |
| 236 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 237 |
); |
| 238 |
|
| 239 |
=head2 categories_branches |
224 |
=head2 categories_branches |
| 240 |
|
225 |
|
| 241 |
Type: has_many |
226 |
Type: has_many |
|
Lines 266-289
__PACKAGE__->has_many(
Link Here
|
| 266 |
{ cascade_copy => 0, cascade_delete => 0 }, |
251 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 267 |
); |
252 |
); |
| 268 |
|
253 |
|
| 269 |
=head2 default_borrower_circ_rule |
|
|
| 270 |
|
| 271 |
Type: might_have |
| 272 |
|
| 273 |
Related object: L<Koha::Schema::Result::DefaultBorrowerCircRule> |
| 274 |
|
| 275 |
=cut |
| 276 |
|
| 277 |
__PACKAGE__->might_have( |
| 278 |
"default_borrower_circ_rule", |
| 279 |
"Koha::Schema::Result::DefaultBorrowerCircRule", |
| 280 |
{ "foreign.categorycode" => "self.categorycode" }, |
| 281 |
{ cascade_copy => 0, cascade_delete => 0 }, |
| 282 |
); |
| 283 |
|
| 284 |
|
254 |
|
| 285 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-05 14:29:17 |
255 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-12-06 15:22:30 |
| 286 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yvHcgnSv1RXNMXJixVtt0Q |
256 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DHXn60S03kQTnrR1Z2R3sw |
| 287 |
|
257 |
|
| 288 |
|
258 |
|
| 289 |
# You can replace this text with custom content, and it will be preserved on regeneration |
259 |
# You can replace this text with custom content, and it will be preserved on regeneration |