From 39496af98f3d6408821636b92c5f6e3a25e5e71c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 21 Jul 2023 11:27:26 +0200 Subject: [PATCH] Bug 34337: (bug 33581 follow-up) Sample patrons not inserted The "select all" link for the optional sample data is not selecting holidays and patrons. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 5a984edc96..4d5053e791 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -462,6 +462,7 @@ } $( container ).find("input").prop("checked", state); $( container ).find(".selectall,.deselectall").toggle(); + update_sample_libraries_dependencies(); }); let required_text = _("(requires sample libraries)"); $("#sample_libraries_holidays, #sample_patrons").parent().after(" "+required_text+""); -- 2.20.1