|
Lines 246-251
__PACKAGE__->has_many(
Link Here
|
| 246 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-10 13:05:13 |
246 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-10 13:05:13 |
| 247 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:imkleCMSxzQGqs6WXdLmjA |
247 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:imkleCMSxzQGqs6WXdLmjA |
| 248 |
|
248 |
|
|
|
249 |
__PACKAGE__->add_columns( |
| 250 |
'+hideinopac' => { is_boolean => 1 }, |
| 251 |
'+can_suspend_hold' => { is_boolean => 1 }, |
| 252 |
'+can_cancel_hold' => { is_boolean => 1 }, |
| 253 |
); |
| 254 |
|
| 249 |
# Use the ItemtypeLocalization view to create the join on localization |
255 |
# Use the ItemtypeLocalization view to create the join on localization |
| 250 |
our $LANGUAGE; |
256 |
our $LANGUAGE; |
| 251 |
__PACKAGE__->has_many( |
257 |
__PACKAGE__->has_many( |
| 252 |
- |
|
|