@@ -, +, @@ --- reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/reports/guided_reports.pl +++ a/reports/guided_reports.pl @@ -53,7 +53,7 @@ my $usecache = Koha::Caches->get_instance->memcached_cache; my $phase = $input->param('phase') // ''; my $flagsrequired; -if ( $phase eq 'Build new' ) { +if ( ( $phase eq 'Build new' ) || ( $phase eq 'Create report from SQL' ) || ( $phase eq 'Edit SQL' ) ){ $flagsrequired = 'create_reports'; } elsif ( $phase eq 'Use saved' ) { --