Lines 261-266
__PACKAGE__->add_columns(
Link Here
|
261 |
'+mandatory' => { is_boolean => 1 }, |
261 |
'+mandatory' => { is_boolean => 1 }, |
262 |
); |
262 |
); |
263 |
|
263 |
|
|
|
264 |
__PACKAGE__->add_columns( |
265 |
'+staff_searchable' => { is_boolean => 1 }, |
266 |
); |
267 |
|
268 |
__PACKAGE__->add_columns( |
269 |
'+searched_by_default' => { is_boolean => 1 }, |
270 |
); |
271 |
|
264 |
sub koha_object_class { |
272 |
sub koha_object_class { |
265 |
'Koha::Patron::Attribute::Type'; |
273 |
'Koha::Patron::Attribute::Type'; |
266 |
} |
274 |
} |
267 |
- |
|
|