);
# sysprefs
say $out "Added new system preference 'ForcedLibrarySelection'";
say $out "Added new system preference 'ForceLibrarySelection'";
},
};
1: "Yes"
0: "No"
-
- pref: ForcedLibrarySelection
- pref: ForceLibrarySelection
choices:
1: "Force"
0: "Don't force"
<option value="[% l.branchcode | html %]">[% l.branchname | html %]</option>
[% END %]
</select>
[% IF Koha.Preference('ForcedLibrarySelection') %]
[% IF Koha.Preference('ForceLibrarySelection') %]
<span class="required">Required</span>
</p>