From b5e5a501b55ff270ca6707e0f82a2d8218237359 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Sun, 11 Dec 2016 18:55:59 +0000 Subject: [PATCH] Correctly selected default marc flavour of marc21 https://bugs.koha-community.org/show_bug.cgi?id=17855 --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 d4a4832..b7b5449 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -75,10 +75,10 @@

[% FOREACH flavourloo IN flavourloop %]

- [% IF ( flavourloo.checked ) %] - [% flavourloo.label %]
+ [% IF ( flavourloo.label == "Unimarc") %] + [% flavourloo.label %]
[% ELSE %] - [% flavourloo.label %]
+ [% flavourloo.label %]
[% END %]
[% END %] @@ -200,7 +200,8 @@
-
+ +

[% END %] -- 2.1.4