From bee66af70c5f3e965c8cb7d231a6c487f543bcd5 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 --- .../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 5d1132bb426..874d91e29a0 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.34.1