Bug 37763: (QA follow-up): Tidy

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Julian Maurice 2024-09-06 11:02:30 +02:00 committed by Katrin Fischer
parent bd79cbd858
commit 0e359a5981
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -225,10 +225,12 @@ elsif ( $op eq 'cud-update_sql' || $op eq 'cud-update_and_run_sql' ){
public => $public,
cache_expiry => $cache_expiry,
} );
my $editsql = 1;
if ($op eq 'cud-update_and_run_sql') {
$editsql = 0;
}
my $editsql = 1;
if ( $op eq 'cud-update_and_run_sql' ) {
$editsql = 0;
}
$template->param(
'save_successful' => 1,
'reportname' => $reportname,