@@ -, +, @@ --- Koha/Schema/Result/BorrowerAttributeType.pm | 4 ++++ 1 file changed, 4 insertions(+) --- a/Koha/Schema/Result/BorrowerAttributeType.pm +++ a/Koha/Schema/Result/BorrowerAttributeType.pm @@ -173,6 +173,10 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-03 13:48:05 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+gaC4iMv0bphNEflh7Sm5w +__PACKAGE__->add_columns( + '+mandatory' => { is_boolean => 1 }, +); + sub koha_object_class { 'Koha::Patron::Attribute::Type'; } --