Bug 19537: (QA follow-up) Consistent structures
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 3 Nov 2017 07:24:15 +0000 (08:24 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 8 Nov 2017 16:34:48 +0000 (13:34 -0300)
commit6cd88847ae12f461ff134c3ee2a545e59bb7520b
tree3ba836f91e78731fc6528b497490d06a9086fcd7
parent4927671b15d6d1f95a84257ef293872e1c0c9665
Bug 19537: (QA follow-up) Consistent structures

The subfield_loop structure should contain things like:
$VAR1 = {
          'marc_subfield' => 'v',
          'marc_values' => [
                             'form'
                           ]
        };

This patches replaces the list by an array ref to restore consistency,
although Template Toolkit does not really care. Both work.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
authorities/blinddetail-biblio-search.pl