https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19797 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think it stems from this change here: http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=27891cbfe216... <input type="hidden" name="externalid" value="[% externalid %]"> - <input type="hidden" name="alerttype" value="issue"> - <input type="hidden" name="biblionumber" value="[% biblionumber %]"> + <input type="hidden" name="alerttype" value="[% alerttype %]"> + <input type="hidden" name="biblionumber" value="[% biblionumber | html When you check the alert table the type is empty, which explains the problem with the subscribers list display and possibly also the problems appearing in 16.11.x. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.