@@ -, +, @@ --- Koha/Schema/Result/Issue.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Schema/Result/Issue.pm +++ a/Koha/Schema/Result/Issue.pm @@ -341,6 +341,7 @@ __PACKAGE__->might_have( __PACKAGE__->add_columns( '+auto_renew' => { is_boolean => 1 }, + '+noteseen' => { is_boolean => 1 }, '+onsite_checkout' => { is_boolean => 1 } ); --