From e20c0919ccbdd53abff080435c1f567e758ca4d4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 30 Jan 2024 10:04:45 +0100 Subject: [PATCH] Bug 35936: Fix saving existing report with incorrect AV category When an existing report is saved and an incorrect AV category is selected, the UI is asking "do you want to save anyway", but the "Update SQL" button leads to a blank page and the report is not saved. On bug 33966 the value is been adjust to 'update_sql' but this incorrect was left. To test you need to use the browser inspector to adjust the value of the selected option. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer (cherry picked from commit b5ccd83c6f85b28affe82d980178e376a3dd0a1d) Signed-off-by: Fridolin Somers --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 5d1132bb42..874d91e29a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -826,7 +826,7 @@ [% IF ( phase_update) %] - + [% ELSIF ( phase_save) %] -- 2.20.1