@@ -, +, @@ OPACSuggestionMandatoryFields options editor and note that 'title' is not listed in the modal that is displayed. is now displayed as an option. --- Koha/Database/Columns.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Database/Columns.pm +++ a/Koha/Database/Columns.pm @@ -233,6 +233,7 @@ sub columns { "branchcode" => __("branchcode"), "patronreason" => __("patronreason"), "note" => __("note"), + "title" => __("title"), } }; } --