|
Lines 233-238
__PACKAGE__->belongs_to(
Link Here
|
| 233 |
}, |
233 |
}, |
| 234 |
); |
234 |
); |
| 235 |
|
235 |
|
|
|
236 |
__PACKAGE__->belongs_to( |
| 237 |
"branch", |
| 238 |
"Koha::Schema::Result::Branch", |
| 239 |
{ branchcode => "branchcode" }, |
| 240 |
{ |
| 241 |
is_deferrable => 1, |
| 242 |
join_type => "LEFT", |
| 243 |
}, |
| 244 |
); |
| 245 |
|
| 236 |
|
246 |
|
| 237 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-10 19:55:44 |
247 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-10 19:55:44 |
| 238 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E2N2paWcCHg916100ry+2A |
248 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E2N2paWcCHg916100ry+2A |
| 239 |
- |
|
|