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

--- Comment #13 from Victor Grousset/tuxayo <[email protected]> ---
Backporting to 19.11.x:

Why do we have IF t.packaging.size / 2 == 1 to condition the part where there
is one person ?

            [% IF t.packaging.size / 2 == 1 %]
            <li><strong>Packaging manager:</strong>
                [% INCLUDE person p=t.packaging %]
            </li>
            [% ELSE %]
            <li><strong>Packaging team:</strong>


For the 19.11 cycle, packaging has only one person. Which makes the code go to
the ELSE branch and display an empty packaging team.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to