Lines 251-256
__PACKAGE__->belongs_to(
Link Here
|
251 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 |
251 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-19 16:07:13 |
252 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg |
252 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8tTH0fAzewvaXRYs8+VZcg |
253 |
|
253 |
|
|
|
254 |
__PACKAGE__->add_columns( |
255 |
'+itype_enabled' => { is_boolean => 1 }, |
256 |
'+ccode_enabled' => { is_boolean => 1 }, |
257 |
'+holdingbranch_enabled' => { is_boolean => 1 }, |
258 |
'+location_enabled' => { is_boolean => 1 }, |
259 |
); |
254 |
|
260 |
|
255 |
sub koha_objects_class { |
261 |
sub koha_objects_class { |
256 |
'Koha::Course::Items'; |
262 |
'Koha::Course::Items'; |
257 |
- |
|
|