Bug 15381: Remove getauthtypes and getauthtype
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / merge.tt
index 520b9cd..78ad394 100644 (file)
@@ -93,7 +93,7 @@ function changeFramework(fw) {
                       <select name="frameworkcode" id="frameworkcode">
                                       <option value="Default">Default</option>
                                       [% FOREACH frameworkcodeloo IN frameworkselect %]
-                                          [% IF ( frameworkcodeloo.selected ) %]
+                                          [% IF frameworkcodeloo.authtypecode == frameworkcode1 %]
                                               <option value="[% frameworkcodeloo.value %]" selected="selected">
                                           [% ELSE %]
                                               <option value="[% frameworkcodeloo.value %]">