18 Jan
2018
18 Jan
'18
8:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This appears to get the split button in OPAC working, not a good fix, but a clue on how to fix it maybe: <div id="illrequests-create-button" class="dropdown btn-group"> - [% IF backends.size > 1 %] + [% IF backends.0.size > 1 %] [...] Now stuck with: Template process failed: file error - : not found at /home/vagrant/kohaclone/C4/Templates.pm line 122. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.