[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 22 08:43:28 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175

--- Comment #391 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
            [% IF count == 0 %]
            [% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or
Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %]
            $('#bibliodetails').tabs("option", "active",
$('#media_tab').index() );
            [% ELSIF ComponentParts %]
            $('#bibliodetails').tabs("option", "active",
$('#components_tab').index() );
            [% END %]
            [% END %]

What about indentation?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list