24 Dec
2020
24 Dec
'20
9:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27108 --- Comment #13 from Victor Grousset/tuxayo <victor@tuxayo.net> --- 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.