Fridolin Somers
5f7d644001
When using marc21_linking_section cataloging plugin, you get the error : Template process failed: undef error - The method selected is not covered by tests! at /home/koha/src/C4/Templates.pm line 122. It commes from [% IF ( itypeloo.selected ) %], selected is not defined in itypeloo. This patch removes this condition because all item types are fetched from database, there is not one selected. It sets "All item types" as selected. Also correctes two errors in HTML : ending form and div, "<a_class=" instead of "<a class=" Test plan : 1) Use a MARC21 database 2) Define marc21_linking_section cataloging plugin in framework, on 773$t for example 3) Create a new biblio record 4) Click on icon in 773$t 5) Check plugin works fine Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> |
||
---|---|---|
.. | ||
value_builder | ||
addbiblio.tt | ||
addbooks.tt | ||
additem.tt | ||
editor.tt | ||
linkitem.tt | ||
merge.tt | ||
moveitem.tt | ||
z3950_auth_search.tt | ||
z3950_search.tt |