20 Sep
2024
20 Sep
'24
12:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34631 --- Comment #25 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + [% UNLESS ( my_branch && my_branch != c.branchcode ) %] <input type="checkbox" name="ids" value="[% c.id | html %]" /> + [% END %] Hiding an id based on an unclear condition (my_branch does not represent what we intuitively think that it is). Note that I found one counterargument: tools/letter.pl:our $my_branch = C4::Context->preference("IndependentBranches") && !$staffflags->{'superlibrarian'} -- You are receiving this mail because: You are watching all bug changes.