Bug 19683: Fix authority types in tools/export template
Fixes the bug by correcting the variable names in the template. To test: 1) Tools > Export > Export authority records 2) Authority Types dropdown is not empty Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Amended: Changing the export script and unblessing is not needed. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d5a6179852
commit
a03e9249f0
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ $(document).ready(function() {
|
|||
<select name="authtype" id="authtype">
|
||||
<option value="">-- All --</option>
|
||||
[% FOREACH authority_type IN authority_types %]
|
||||
<option value="[% authtypeloo.value %]">[% authtypeloo.description %]</option>
|
||||
<option value="[% authority_type.authtypecode %]">[% authority_type.authtypetext %]</option>
|
||||
[% END %]
|
||||
</select>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue