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:
David Bourgault 2017-11-22 14:35:27 -05:00 committed by Jonathan Druart
parent d5a6179852
commit a03e9249f0

View file

@ -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>