@@ -, +, @@ --- tools/marc_modification_templates.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/marc_modification_templates.pl +++ a/tools/marc_modification_templates.pl @@ -36,7 +36,7 @@ my ($template, $loggedinuser, $cookie) query => $cgi, type => "intranet", authnotrequired => 0, - flagsrequired => { tools => 'marc_modfication_templates' }, + flagsrequired => { tools => 'marc_modification_templates' }, debug => 1, }); --