|
Lines 108-113
__PACKAGE__->has_many(
Link Here
|
| 108 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-28 09:07:15 |
108 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-04-28 09:07:15 |
| 109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EfBQNJN5wgpFPlWVP4U+qw |
109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EfBQNJN5wgpFPlWVP4U+qw |
| 110 |
|
110 |
|
|
|
111 |
__PACKAGE__->add_columns( |
| 112 |
'+is_system' => { is_boolean => 1 }, |
| 113 |
); |
| 114 |
|
| 111 |
sub koha_objects_class { |
115 |
sub koha_objects_class { |
| 112 |
'Koha::AuthorisedValueCategories'; |
116 |
'Koha::AuthorisedValueCategories'; |
| 113 |
} |
117 |
} |
| 114 |
- |
|
|