Lines 237-242
__PACKAGE__->belongs_to(
Link Here
|
237 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-10 19:55:44 |
237 |
# 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 |
238 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E2N2paWcCHg916100ry+2A |
239 |
|
239 |
|
|
|
240 |
__PACKAGE__->belongs_to( |
241 |
"branch", |
242 |
"Koha::Schema::Result::Branch", |
243 |
{ branchcode => "branchcode" }, |
244 |
{ |
245 |
is_deferrable => 1, |
246 |
join_type => "LEFT", |
247 |
}, |
248 |
); |
249 |
|
250 |
|
240 |
__PACKAGE__->add_columns( |
251 |
__PACKAGE__->add_columns( |
241 |
'+auto_renew' => { is_boolean => 1 }, |
252 |
'+auto_renew' => { is_boolean => 1 }, |
242 |
'+onsite_checkout' => { is_boolean => 1 } |
253 |
'+onsite_checkout' => { is_boolean => 1 } |
243 |
- |
|
|